mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-16 21:38:51 -04:00
Ajout liens vers Gestion des flux RSS
Ajout de liens directs vers la Gestion des flux RSS. Compense aussi la perte de liens non-JavaScript due à https://github.com/marienfressinaud/FreshRSS/pull/179
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
<li class="item<?php echo Request::actionName () == 'categorize' ? ' active' : ''; ?>">
|
||||
<a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'categorize')); ?>"><?php echo Translate::t ('categories'); ?></a>
|
||||
</li>
|
||||
<li class="item<?php echo Request::actionName () === 'feed' ? ' active' : ''; ?>">
|
||||
<a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'feed')); ?>"><?php echo Translate::t ('rss_feed_management'); ?></a>
|
||||
</li>
|
||||
<li class="item<?php echo Request::actionName () == 'shortcut' ? ' active' : ''; ?>">
|
||||
<a href="<?php echo Url::display (array ('c' => 'configure', 'a' => 'shortcut')); ?>"><?php echo Translate::t ('shortcuts'); ?></a>
|
||||
</li>
|
||||
|
||||
@@ -55,6 +55,7 @@
|
||||
<li class="dropdown-header"><?php echo Translate::t ('configuration'); ?></li>
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'display'); ?>"><?php echo Translate::t ('general_and_reading'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'categorize'); ?>"><?php echo Translate::t ('categories'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'feed'); ?>"><?php echo Translate::t ('rss_feed_management'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'shortcut'); ?>"><?php echo Translate::t ('shortcuts'); ?></a></li>
|
||||
<li class="separator"></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Translate::t ('about'); ?></a></li>
|
||||
|
||||
Reference in New Issue
Block a user