summaryrefslogtreecommitdiff
path: root/template/share_buttons.st
diff options
context:
space:
mode:
Diffstat (limited to 'template/share_buttons.st')
-rwxr-xr-xtemplate/share_buttons.st8
1 files changed, 4 insertions, 4 deletions
diff --git a/template/share_buttons.st b/template/share_buttons.st
index f10a29e..c481607 100755
--- a/template/share_buttons.st
+++ b/template/share_buttons.st
@@ -3,9 +3,9 @@
<img src="/static/img/share/fbbutton.png" class="share" onclick="Share.facebook(this)">
<img src="/static/img/share/twittericon.png" class="share" onclick="Share.twitter(this)">
<img src="/static/img/share/delishicon.png" class="share" onclick="Share.delicious(this)">
- <a class="permalink" href="$domain$/p/$dump.nick$/$dump.message_id$"><img src="/static/img/link.gif"></a>
+ <a class="permalink" href="$domain$/p/$hump.nick$/$hump.message_id$"><img src="/static/img/link.gif"></a>
$if(logged_in)$
-$if(dump.favorited)$
+$if(hump.favorited)$
<img src="/static/img/thumbs/heartfaved.gif" class="thumb favorite" onclick="Tag.favorite(this)">
$else$
<div class="is-relative">
@@ -13,7 +13,7 @@ $else$
</div>
$endif$
$endif$
-$if(dump.favcount)$
- $dump.favcount$
+$if(hump.favcount)$
+ $hump.favcount$
$endif$
</span>