diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-19 21:19:09 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-05-19 21:19:09 -0400 |
| commit | 462d127bb4073bc3941a03757065b1ea40d8f3a3 (patch) | |
| tree | e893577a0946f2d3327cc60e8d694b9ea7a01f1c /template | |
| parent | 90de261feb9aabc17c3839848cf203e2404b4196 (diff) | |
Change chat palette behavior to always display button
Diffstat (limited to 'template')
| -rw-r--r-- | template/profile.st | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/template/profile.st b/template/profile.st index 5744691..9b7cbac 100644 --- a/template/profile.st +++ b/template/profile.st @@ -30,8 +30,12 @@ $dumps:{ d | $profile_dump(dump=d)$ }$ <div id="profile"> - <h2>$nick$</h2> - + <h2>$nick$ </h2><br> + $if(score_ent)$ + <h8> + $score$ + $score_ent$ + $endif$</h8> $if(isadmin)$ <div id="adminmute"> <a href="#" onclick="Admin.mute('$nick$'); return false">Mute $nick$!</a><br> @@ -66,13 +70,8 @@ <div><img id="bio" src="/static/img/noinfo.png"></div> $endif$ - $if(score_ent)$ - <div id="score" style="font-size: 500%"> - <h3>score</h3> - $score$ - $score_ent$ - </div> - $endif$ + + $if(is_home)$ <br> |
