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

@@ -101,7 +101,7 @@ window.onload = init;
<div style="float : right">
<?php if (!SINGLE_USER_MODE) { ?>
<?php echo _('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="javascript:logoutUser()">Logout</a>)
(<a href="logout.php">Logout</a>)
<?php } ?>
<img id="newVersionIcon" onclick="javascript:explainError(2)"
src="images/new_version.png" title="New version is available!"