summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
committerAndrew Dolgov <[email protected]>2007-11-17 10:59:19 +0100
commitefae7595c4bbb47c4f86e9b142120bb3e5bc887e (patch)
treef2f39a9f953fb221fba5f2c677c5bec841184819 /prefs.php
parentc03cf250e8cef7f6d49e1b1980c40de7eebf9b89 (diff)
tweak hello/prefs/logout linkbar (refs #163)
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/prefs.php b/prefs.php
index d1d98ea16..0544a8700 100644
--- a/prefs.php
+++ b/prefs.php
@@ -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"/>