summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-19 23:34:41 -0400
committersostler <sbostler@gmail.com>2010-05-19 23:34:41 -0400
commit3589da0fdfbb3ef09a0f89778edcaf40c2574c5b (patch)
treeae9b57ac3299f2ba04555d36e988871c8dc2877c /template/profile.st
parent793ec966d27d6e3696a11957c817029a08574ce0 (diff)
parent19c14ae3cda45f919987111e98e7bf11f2c2b2fb (diff)
Resolved merge
Diffstat (limited to 'template/profile.st')
-rw-r--r--template/profile.st11
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>