summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-12-03 12:03:44 +0300
committerAndrew Dolgov <[email protected]>2010-12-03 12:03:44 +0300
commit07a0c540d8372f78a31a0380e9560ee156210372 (patch)
tree970ce477c7b625875e6988ffe080e97324d02639 /prefs.php
parenta0ce6eb7dbc547356628e87c96d46254d68bcadd (diff)
update logo
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php20
1 files changed, 9 insertions, 11 deletions
diff --git a/prefs.php b/prefs.php
index c36f33742..ebde59ddc 100644
--- a/prefs.php
+++ b/prefs.php
@@ -80,18 +80,16 @@
<div id="main" dojoType="dijit.layout.BorderContainer">
<div id="header" dojoType="dijit.layout.ContentPane" region="top">
- <div class="topLinks">
- <?php if (!SINGLE_USER_MODE) { ?>
- <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
- <?php } ?>
- <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a> |
- <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})"><?php echo __("Keyboard shortcuts") ?></a>
- <?php if (!SINGLE_USER_MODE) { ?>
- | <a href="logout.php"><?php echo __('Logout') ?></a>
- <?php } ?>
+ <img style="float : left" src="<?php echo theme_image($link, 'images/logo_wide.png') ?>" title="Tiny Tiny RSS"/>
- </div>
- <img src="<?php echo theme_image($link, 'images/ttrss_logo.png') ?>" alt="Tiny Tiny RSS"/>
+ <?php if (!SINGLE_USER_MODE) { ?>
+ <?php echo __('Hello,') ?> <b><?php echo $_SESSION["name"] ?></b> |
+ <?php } ?>
+ <a href="#" onclick="gotoMain()"><?php echo __('Exit preferences') ?></a> |
+ <a href='#' onclick="Effect.Appear('hotkey_help_overlay', {duration: 0.3})"><?php echo __("Keyboard shortcuts") ?></a>
+ <?php if (!SINGLE_USER_MODE) { ?>
+ | <a href="logout.php"><?php echo __('Logout') ?></a>
+ <?php } ?>
</div>
<div dojoType="dijit.layout.TabContainer" region="center" id="pref-tabs">