summaryrefslogtreecommitdiff
path: root/template/profile.st
diff options
context:
space:
mode:
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>