summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/chat.st4
-rw-r--r--template/profile.st4
2 files changed, 4 insertions, 4 deletions
diff --git a/template/chat.st b/template/chat.st
index 422c640..8a02ccd 100644
--- a/template/chat.st
+++ b/template/chat.st
@@ -49,7 +49,7 @@ $users: { u |
$if(u.avatar)$
<img src="$u.avatar$" width="50" height="50">
$else$
- <img src="/static/noinfo.png">
+ <img src="/static/img/noinfo.png">
$endif$
$u.nick$</a><br>
</div>
@@ -110,4 +110,4 @@ $footer()$
</div>
$preload()$
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/template/profile.st b/template/profile.st
index 2a65b36..1e7ee06 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -31,11 +31,11 @@
<div id="profile">
<h2>$nick$</h2>
-
+ <div id="adminmute">
$if(isadmin)$
<a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
$endif$
-
+</div>
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$