summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/profile.st4
1 files changed, 2 insertions, 2 deletions
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$