diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/layout/aside_configure.phtml | 4 | ||||
| -rw-r--r-- | app/views/index/about.phtml | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/app/layout/aside_configure.phtml b/app/layout/aside_configure.phtml index f8633621f..4da160d92 100644 --- a/app/layout/aside_configure.phtml +++ b/app/layout/aside_configure.phtml @@ -48,5 +48,9 @@ <?php } ?> <?= Minz_ExtensionManager::callHook('menu_admin_entry') ?> <?php } ?> + <li class="nav-header"><!-- empty headline --></li> + <li class="item<?= Minz_Request::actionName() === 'about' ? ' active' : '' ?>"> + <a href="<?= _url('index', 'about') ?>"><?= _t('gen.menu.about') ?></a> + </li> </ul> </nav> diff --git a/app/views/index/about.phtml b/app/views/index/about.phtml index db55cfbc8..699191b6e 100644 --- a/app/views/index/about.phtml +++ b/app/views/index/about.phtml @@ -1,3 +1,7 @@ +<?php if (FreshRSS_Auth::hasAccess()) {?> +<?php $this->partial('aside_configure'); ?> +<?php } ?> + <div class="post content"> <?php if (FreshRSS_Auth::hasAccess()) {?> <div class="link-back-wrapper"> |
