summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-11-18 07:00:09 +0100
committerAndrew Dolgov <[email protected]>2007-11-18 07:00:09 +0100
commit6352c214ca3e7c394fd6576af6d41a2835144d13 (patch)
treea187bfd433a8662d158c9f9e902baad1d6a9182b /prefs.php
parentf41cf0a1ca6706d38dcafa021a0a120a86097443 (diff)
tweak prefs topmost linkbar
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php17
1 files changed, 10 insertions, 7 deletions
diff --git a/prefs.php b/prefs.php
index b93545c1f..4d76e2742 100644
--- a/prefs.php
+++ b/prefs.php
@@ -86,19 +86,22 @@ window.onload = init;
</div></div>
<div id="prefHeader">
- <?php if (!SINGLE_USER_MODE) { ?>
- <div class="topLinks">
+ <div class="topLinks">
+ <?php if (!SINGLE_USER_MODE) { ?>
<?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
- <a href="logout.php"><?php echo __('Logout') ?></a>
- </div>
- <?php } ?>
+ <?php } ?>
+ <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
+ <?php if (!SINGLE_USER_MODE) { ?>
+ | <a href="logout.php"><?php echo __('Logout') ?></a>
+ <?php } ?>
+ </div>
<img src="<?php echo $theme_image_path ?>images/ttrss_logo.png" alt="Tiny Tiny RSS"/>
</div>
<div id="prefTabs">
- <div class="return">
+ <!-- <div class="return">
<a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a>
- </div>
+ </div> -->
<div class="firstTab">&nbsp;</div>