summaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-04-14 07:07:29 -0400
committersostler <sbostler@gmail.com>2010-04-14 07:07:29 -0400
commit565f9b9a6ad2c8b71874767694142e91e1d082f7 (patch)
tree142fba1e5085611913833da59a01bb67639845df /template
parentb79243c7d06987672cffea75695e1036911dac13 (diff)
parent15a580ff1de7954ed212a3119b6eb67a7e569a26 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
-rw-r--r--template/profile.st8
1 files changed, 5 insertions, 3 deletions
diff --git a/template/profile.st b/template/profile.st
index 1e7ee06..8d57c93 100644
--- a/template/profile.st
+++ b/template/profile.st
@@ -31,11 +31,13 @@
<div id="profile">
<h2>$nick$</h2>
- <div id="adminmute">
+
$if(isadmin)$
+ <div id="adminmute">
<a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br>
+ </div>
$endif$
-</div>
+
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$
@@ -89,7 +91,7 @@
<br><br>
<h1>Step &#x2776;</h1>
- <h3>&#x261F; Find a sweet image for your avatar, paste the URL below &#x261F;</h3>
+ <h3>&#x261F; Find a sweet image for your avatar, upload it below &#x261F;</h3>
$if(avatar)$
<img id="avatarPic" src="$avatar$" width="150px"/>
$else$