diff options
Diffstat (limited to 'template/share_buttons.st')
| -rw-r--r-- | template/share_buttons.st | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st index 882ec07..7cb874f 100644 --- a/template/share_buttons.st +++ b/template/share_buttons.st @@ -11,4 +11,7 @@ $else$ <img src="/static/img/thumbs/heart.gif" class="thumb" onclick="Tag.favorite(this)"> </div> $endif$ -</span>
\ No newline at end of file +$if(dump.favcount)$ + $dump.favcount$ +$endif$ +</span> |
