diff options
Diffstat (limited to 'template/rooms/mgmt.st')
| -rw-r--r-- | template/rooms/mgmt.st | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/template/rooms/mgmt.st b/template/rooms/mgmt.st index dc7060b..b8d4985 100644 --- a/template/rooms/mgmt.st +++ b/template/rooms/mgmt.st @@ -78,19 +78,19 @@ window.location = "http://dump.fm/error/ie"; <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> + <span class="fulltxt"> <a href="$domain$/m/mgmtfull">View in fullscreen!</a></span> </div> </div> <div id="userList"> $users: { u | - <div class="username"><a href="/$u.nick$" target="_blank"> + <div class="username"><a href="$domain$/$u.nick$" target="_blank"> $u.score_ent$ $if(u.avatar)$ <img src="$u.avatar$" width="50" height="50"> $else$ - <img src="/static/img/noinfo.png"> + <img src="$domain$/static/img/noinfo.png"> $endif$ $u.nick$</a><br> </div> @@ -103,9 +103,9 @@ window.location = "http://dump.fm/error/ie"; <span class="nick"> <b><a href="$domain$/$m.nick$" target="_blank">$m.nick$</a></b> $if(m.favorited)$ - <img src="/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + <img src="$domain$/static/img/thumbs/chatheartover.gif" class="chat-thumb" onclick="Tag.favorite(this)"> $else$ - <img src="/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)"> + <img src="$domain$/static/img/thumbs/smallheart.gif" class="chat-thumb" onclick="Tag.favorite(this)"> $endif$ </span> <span class="content">$m.content$</span> |
