aboutsummaryrefslogtreecommitdiff
path: root/app/layout/header.phtml
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-08-29 11:33:37 +0200
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2015-08-29 11:33:37 +0200
commitebcebfe4311838406e85efb701c68024dbf08fbc (patch)
tree7fdd309e38271a5a5ccd00fd19ccdd04c10d8ae3 /app/layout/header.phtml
parent70544d8d40e07bcb90bc5e8bfe1282522c79dc00 (diff)
parentd396dd71524694766bde852834be15f477ceaf3e (diff)
Merge pull request #958 from aledeg/config_ui
Add a system configuration page
Diffstat (limited to 'app/layout/header.phtml')
-rw-r--r--app/layout/header.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/header.phtml b/app/layout/header.phtml
index 41a63a565..238c664b0 100644
--- a/app/layout/header.phtml
+++ b/app/layout/header.phtml
@@ -67,6 +67,7 @@ if (FreshRSS_Auth::accessNeedsAction()) {
<?php if (FreshRSS_Auth::hasAccess('admin')) { ?>
<li class="separator"></li>
<li class="dropdown-header"><?php echo _t('gen.menu.admin'); ?></li>
+ <li class="item"><a href="<?php echo _url('configure', 'system'); ?>"><?php echo _t('gen.menu.system'); ?></a></li>
<li class="item"><a href="<?php echo _url('user', 'manage'); ?>"><?php echo _t('gen.menu.user_management'); ?></a></li>
<li class="item"><a href="<?php echo _url('auth', 'index'); ?>"><?php echo _t('gen.menu.authentication'); ?></a></li>
<li class="item"><a href="<?php echo _url('update', 'checkInstall'); ?>"><?php echo _t('gen.menu.check_install'); ?></a></li>