diff options
| author | 2021-09-12 11:50:00 +0200 | |
|---|---|---|
| committer | 2021-09-12 11:50:00 +0200 | |
| commit | e5e9a417daa3d2c21f67b5e9f857299a34f112ad (patch) | |
| tree | b107c2ed19ae273066103e9698898fa1f599139a /app/layout/header.phtml | |
| parent | fe295f50d031ca6475e21a0ae317cf1c71a68347 (diff) | |
Menu: move stats into subscription management (#3803)
* add stats menu into subscription management menu
* delete stats menu entry from dropdown menu
* Delete aside_stats.phtml
* Update aside_subscription.phtml
Diffstat (limited to 'app/layout/header.phtml')
| -rw-r--r-- | app/layout/header.phtml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml index 17e290417..cffb0e009 100644 --- a/app/layout/header.phtml +++ b/app/layout/header.phtml @@ -79,7 +79,6 @@ if (FreshRSS_Auth::accessNeedsAction()) { <?php } ?> <li class="separator"></li> - <li class="item"><a href="<?= _url('stats', 'index') ?>"><?= _t('gen.menu.stats') ?></a></li> <li class="item"><a href="<?= _url('index', 'logs') ?>"><?= _t('gen.menu.logs') ?></a></li> <li class="item"><a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a></li> <?= Minz_ExtensionManager::callHook('menu_other_entry') ?> |
