aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-09-12 11:50:00 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-12 11:50:00 +0200
commite5e9a417daa3d2c21f67b5e9f857299a34f112ad (patch)
treeb107c2ed19ae273066103e9698898fa1f599139a /app/layout/header.phtml
parentfe295f50d031ca6475e21a0ae317cf1c71a68347 (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.phtml1
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') ?>