1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00
This commit is contained in:
Andrew Dolgov
2006-12-21 18:12:51 +01:00
parent dd34f15568
commit d3f24242f8
3 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ window.onload = init;
<div id="header">
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
Hello, <b><?php echo $_SESSION["name"] ?></b>
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php">Logout</a>)
</div>
<?php } ?>