aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
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') ?>