diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 14:23:00 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-12 14:23:00 -0400 |
| commit | 63b137218d6192a4e8cf43cb884090cfa700a571 (patch) | |
| tree | ed5855c880a5a9b6a5b872f41755c081b9513e83 /template/profile.st | |
| parent | 05ef02bd2907f4e3ce1b72d6d84d1a2b3acc94c1 (diff) | |
sostler prod commit
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 4 |
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$ |
