summaryrefslogtreecommitdiff
path: root/tt-rss.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-11-18 14:34:34 +0100
committerAndrew Dolgov <[email protected]>2005-11-18 14:34:34 +0100
commit69919a243e5ead1e86f975627c3f63deffd64837 (patch)
tree8c87ef6708a5875993fbf1374d85171b0eabacf3 /tt-rss.php
parentd9f115c3b2e799ad7fccd4a8eefa462a9c1d6408 (diff)
fix userDlg placeholder
Diffstat (limited to 'tt-rss.php')
-rw-r--r--tt-rss.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/tt-rss.php b/tt-rss.php
index 5de1c6758..4e66d2f9e 100644
--- a/tt-rss.php
+++ b/tt-rss.php
@@ -72,6 +72,9 @@
<td align="right" valign="top">
<div id="notify"><span id="notify_body"></div>
</td>
+
+ <div id="userDlg">&nbsp;</div>
+
</tr><tr><td class="welcomePrompt">
<? if (!SINGLE_USER_MODE) { ?>
Hello, <b><?= $_SESSION["name"] ?></b> (<a href="logout.php">Logout</a>)</td>
@@ -79,6 +82,8 @@
</tr></table>
</td>
</tr>
+<? } else { ?>
+ <div id="userDlg">&nbsp;</div>
<? } ?>
<tr>
<td valign="top" rowspan="3" class="feeds">