mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2026-01-30 20:17:11 +00:00
digest: cleanup the code a bit
This commit is contained in:
@@ -72,10 +72,10 @@
|
||||
|
||||
<div class="links">
|
||||
|
||||
<?php if (!SINGLE_USER_MODE) { ?>
|
||||
<?php if (!$_SESSION["hide_hello"]) { ?>
|
||||
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
|
||||
<?php } ?>
|
||||
<?php if (!SINGLE_USER_MODE) { ?>
|
||||
<?php if (!$_SESSION["hide_logout"]) { ?>
|
||||
<a href="backend.php?op=logout"><?php echo __('Logout') ?></a> |
|
||||
<?php } ?>
|
||||
<a href='<?php echo get_self_url_prefix() ?>/index.php?mobile=false'>
|
||||
|
||||
Reference in New Issue
Block a user