summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authortimb <timb@mb.local>2010-04-13 02:41:46 -0700
committertimb <timb@mb.local>2010-04-13 02:41:46 -0700
commit3bd50c842e97efe87e885c3b28ad270ea390f598 (patch)
tree9f48722998f3a187980b3ae337d629faf61dfb46 /template/profile.st
parentc04b95ccd49a8899f7cd00224c7a2e0f7cb12e7b (diff)
parentd1d6436be3cc29d5ae47f6d129980c382365584b (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template/profile.st')
-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$