diff options
| author | sostler <sbostler@gmail.com> | 2010-04-11 16:50:40 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-11 16:50:40 -0400 |
| commit | 57c3298cbb88181ab2a9e2dd5309b7a5df6eb30f (patch) | |
| tree | e9ca474c5a1fa584728b152bf95ac5471943253c /template/profile.st | |
| parent | 57be29ee7b7782830cf981d9437b18c88620f8ed (diff) | |
Initial muting implementation
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 5 |
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$ |
