mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-09-17 16:14:17 -04:00
Invert "about" and "logs"
This commit is contained in:
1 parent
9e23ced0bf
commit
65f50db38a
1 file changed
+1
-1
@@ -75,8 +75,8 @@ if (Minz_Configuration::canLogIn()) {
|
||||
<li class="item"><a href="<?php echo _url ('configure', 'users'); ?>"><?php echo Minz_Translate::t ('users'); ?></a></li>
|
||||
<li class="separator"></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'stats'); ?>"><?php echo Minz_Translate::t ('stats'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Minz_Translate::t ('about'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'logs'); ?>"><?php echo Minz_Translate::t ('logs'); ?></a></li>
|
||||
<li class="item"><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Minz_Translate::t ('about'); ?></a></li>
|
||||
<?php
|
||||
if (Minz_Configuration::canLogIn()) {
|
||||
?><li class="separator"></li><?php
|
||||
|
||||
Reference in new issue
Block a user