diff options
| author | 2022-10-03 21:50:40 +0200 | |
|---|---|---|
| committer | 2022-10-03 21:50:40 +0200 | |
| commit | 645224a303c5672b318b62ff294302a9e82abe06 (patch) | |
| tree | 93a7da325bbcf9b3cb0e433774938fc2a845c496 /app/layout/aside_feed.phtml | |
| parent | 46d0b4140ebc3365618b23b01c094b0860baed9d (diff) | |
Improved: Remove <li> as separator (#4597)
* templates
* themes
* fix
* fix
* fixes
* fix
Diffstat (limited to 'app/layout/aside_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index 79a83e1ba..3c4f1ec2e 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -163,9 +163,7 @@ <li class="item"><a href="<?= _url('stats', 'repartition', 'id', '------') ?>"><?= _t('index.menu.stats') ?></a></li> <?php } ?> <li class="item link website"><a target="_blank" rel="noreferrer" href="http://example.net/"><?= _t('gen.action.see_website') ?></a></li> - <?php if (FreshRSS_Auth::hasAccess()) { ?> - <li class="separator"></li> - <?php + <?php if (FreshRSS_Auth::hasAccess()) { $get = Minz_Request::param('get'); if (!$get) { $url = _url('subscription', 'feed', 'id', '------', 'from', $actual_view); |
