diff options
| author | sostler <sbostler@gmail.com> | 2010-04-14 07:07:29 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-14 07:07:29 -0400 |
| commit | 565f9b9a6ad2c8b71874767694142e91e1d082f7 (patch) | |
| tree | 142fba1e5085611913833da59a01bb67639845df /template | |
| parent | b79243c7d06987672cffea75695e1036911dac13 (diff) | |
| parent | 15a580ff1de7954ed212a3119b6eb67a7e569a26 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'template')
| -rw-r--r-- | template/profile.st | 8 |
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 ❶</h1> - <h3>☟ Find a sweet image for your avatar, paste the URL below ☟</h3> + <h3>☟ Find a sweet image for your avatar, upload it below ☟</h3> $if(avatar)$ <img id="avatarPic" src="$avatar$" width="150px"/> $else$ |
