1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-02-10 16:01:33 +00:00

logout fixes

This commit is contained in:
Andrew Dolgov
2007-03-01 13:34:03 +01:00
parent 8e849206dd
commit e672099651
3 changed files with 13 additions and 2 deletions

View File

@@ -83,7 +83,7 @@ window.onload = init;
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="javascript:logoutUser()">Logout</a>)
(<a href="logout.php">Logout</a>)
</div>
<?php } ?>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>