summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st5
1 files changed, 5 insertions, 0 deletions
diff --git a/template/profile.st b/template/profile.st
index 2af0072..dcf4497 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -31,6 +31,11 @@
<div id="profile">
<h2>$nick$</h2>
+
+ $if(isadmin)$
+ <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
+ $endif$
+
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$