diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2011-02-22 01:21:00 -0500 |
| commit | ccd0ddba1df405b6560821903bfa820bf4c54d10 (patch) | |
| tree | 19d0e048613cb7227deaadcf682a047db06f049a /template/fame_dump.st | |
| parent | 663766fb5e0b53c465f5277ea561cca1399521ed (diff) | |
add updating fav counts
Diffstat (limited to 'template/fame_dump.st')
| -rw-r--r-- | template/fame_dump.st | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/template/fame_dump.st b/template/fame_dump.st index 9403696..5a8d637 100644 --- a/template/fame_dump.st +++ b/template/fame_dump.st @@ -6,9 +6,9 @@ $endif$ $dump.created_on$ -- by <a href="/$dump.nick$"><b>$dump.nick$</b></a> -<span> <img height="16px" width="16px" src="http://dump.fm/static/img/thumbs/heartfaved.gif">$dump.count$</span> +<span> <img height="16px" width="16px" src="/static/img/thumbs/heartfaved.gif"><span class="scorecount">$dump.count$</span></span> <div class="content">$dump.content$</div> <hr /> -$share_buttons()$ +$hall_share_buttons()$ </div> |
