mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-18 13:24:37 -04:00
Add navigation to about page (#3804)
* add navigation to about page * empty headline in aside navigation Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user