summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2006-06-14 03:58:40 +0100
committerAndrew Dolgov <[email protected]>2006-06-14 03:58:40 +0100
commitcea10627ca6f73a37666377d4770048e97329171 (patch)
tree3a9cd9e4673b8f8ea74e22a75d88448c63b6f9e3 /tt-rss.php
parentaafc6370a542a0d663e9a00ec071d168e69f83ef (diff)
fix: quick menu infoboxes not displayed when header is disabled (closes #69)
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 06121c2a1..149dafc1e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -89,6 +89,8 @@ window.onload = init;
<ul id="debug_output"></ul>
+<div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
+
<table width="100%" height="100%" cellspacing="0" cellpadding="0" class="main">
<? if (get_pref($link, 'DISPLAY_HEADER')) { ?>
<tr>
@@ -100,9 +102,6 @@ window.onload = init;
<td valign="top" class="notifyBox">
<div id="notify"><span id="notify_body">&nbsp;</span></div>
</td>
-
- <div id="infoBoxShadow"><div id="infoBox">&nbsp;</div></div>
-
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
Hello, <b><?= $_SESSION["name"] ?></b>