1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2026-01-30 11:57:11 +00:00

tweak hello/prefs/logout linkbar (refs #163)

This commit is contained in:
Andrew Dolgov
2007-11-17 10:59:19 +01:00
parent c03cf250e8
commit efae7595c4
4 changed files with 34 additions and 7 deletions

View File

@@ -87,9 +87,9 @@ window.onload = init;
<div id="prefHeader">
<?php if (!SINGLE_USER_MODE) { ?>
<div style="float : right">
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b>
(<a href="logout.php"><?php echo __('Logout') ?></a>)
<div class="topLinks">
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
<a href="logout.php"><?php echo __('Logout') ?></a>
</div>
<?php } ?>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>