diff options
| author | sostler <sbostler@gmail.com> | 2010-05-19 23:34:41 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-19 23:34:41 -0400 |
| commit | 3589da0fdfbb3ef09a0f89778edcaf40c2574c5b (patch) | |
| tree | ae9b57ac3299f2ba04555d36e988871c8dc2877c /template/profile.st | |
| parent | 793ec966d27d6e3696a11957c817029a08574ce0 (diff) | |
| parent | 19c14ae3cda45f919987111e98e7bf11f2c2b2fb (diff) | |
Resolved merge
Diffstat (limited to 'template/profile.st')
| -rw-r--r-- | template/profile.st | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/template/profile.st b/template/profile.st index 0fe12c9..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,6 +70,9 @@ <div><img id="bio" src="/static/img/noinfo.png"></div> $endif$ + + + $if(is_home)$ <br> <div id="edit-toggle"><a href="#">edit profile</a></div> |
