diff options
| author | sostler <sbostler@gmail.com> | 2010-05-24 20:36:14 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-24 20:36:14 -0400 |
| commit | 0de81097eb19f1948cc40b6cb182628298380700 (patch) | |
| tree | 53c3eaa18b2074c0cb32a311719bbc42320000ed /template/directory.st | |
| parent | a8fe35fcf494f3e7a19418ee614347e198c58177 (diff) | |
Added scores to directory
Diffstat (limited to 'template/directory.st')
| -rw-r--r-- | template/directory.st | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/template/directory.st b/template/directory.st index 02e47ad..b6db5dd 100644 --- a/template/directory.st +++ b/template/directory.st @@ -19,7 +19,7 @@ <div id="log"> <br> <div id="dprofile"> - <h2> DUMP STARS </h2><br><h3>Ordered by post count</h3> + <h2> DUMP STARS </h2><br><h3>Ordered by fav count</h3> </div> @@ -30,6 +30,12 @@ $users:{ dump | <div class="dlogged-dump" id="message-$dump.message_id$"> <a href="/$dump.nick$"> + $if(dump.score_ent)$ + <h8> + fav score: $dump.score$ + <h9>$dump.score_ent$</h9> + </h8> + $endif$ <div id="usernicks"> <b>$dump.nick$</b></div> $if(dump.avatar)$ <div id="dlogavatar"> |
