summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/rooms/mgmt.st13
1 files changed, 10 insertions, 3 deletions
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st
index 33c74f9..480fe46 100644
--- a/template/rooms/mgmt.st
+++ b/template/rooms/mgmt.st
@@ -81,7 +81,15 @@ window.location = "http://dump.fm/error/ie";
<div id="chatrap">
<div id="dcontent">
<div id="messagePane">
- $if(user_nick)$
+ <div id="logo7">
+ <div align="center">
+ <img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 />
+ <a class="img_roll" href="$domain$"></a>
+ <span class="fulltxt"> <a href="http://dump.fm/m/mgmtfull">View in fullscreen!</a></span>
+ </div>
+ </div>
+
+
<div id="userList">
$users: { u |
<div class="username"><a href="/$u.nick$" target="_blank">
@@ -94,7 +102,7 @@ window.location = "http://dump.fm/error/ie";
$u.nick$</a><br>
</div>
}$
- </div>$endif$
+ </div>
<div id="favbox" style="display: hidden"></div>
<div id="messageList">
$messages: { m |
@@ -110,7 +118,6 @@ window.location = "http://dump.fm/error/ie";
<span class="content">$m.content$</span>
</div>
}$
- <hr />
</div>
</div>
</div>