diff options
| author | 2014-10-17 09:33:35 +0200 | |
|---|---|---|
| committer | 2014-10-17 16:24:21 +0200 | |
| commit | 74be86d7e817bcccdc0052c54fefdc8379d9fe7f (patch) | |
| tree | cd0f13da856a06094b83c6cf792ed66ddf52a279 /app/layout/aside_configure.phtml | |
| parent | 5797344aff9ceebbdeb6e49305f3984a5c89f82c (diff) | |
Reorganise menus (aside and header)
Diffstat (limited to 'app/layout/aside_configure.phtml')
| -rw-r--r-- | app/layout/aside_configure.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml index 7a9d0d839..2e2b87203 100644 --- a/app/layout/aside_configure.phtml +++ b/app/layout/aside_configure.phtml @@ -18,12 +18,12 @@ <li class="item<?php echo Minz_Request::actionName() === 'queries' ? ' active' : ''; ?>"> <a href="<?php echo _url('configure', 'queries'); ?>"><?php echo _t('queries'); ?></a> </li> - <li class="separator"></li> <li class="item<?php echo Minz_Request::controllerName() === 'user' && Minz_Request::actionName() === 'profil'? ' active' : ''; ?>"> <a href="<?php echo _url('user', 'profil'); ?>"><?php echo _t('users.profil'); ?></a> </li> <?php if (FreshRSS_Auth::hasAccess('admin')) { ?> + <li class="nav-header"><?php echo _t('administration'); ?></li> <li class="item<?php echo Minz_Request::controllerName() === 'user' && Minz_Request::actionName() === 'manage' ? ' active' : ''; ?>"> <a href="<?php echo _url('user', 'manage'); ?>"><?php echo _t('users.manage'); ?></a> |
