summary refs log tree commit diff stats
path: root/theme/post.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'theme/post.tpl')
-rwxr-xr-xtheme/post.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/post.tpl b/theme/post.tpl index a2342be..7f29ff2 100755 --- a/theme/post.tpl +++ b/theme/post.tpl
@@ -56,9 +56,9 @@
56 <CITE CLASS="rounded"><STRONG><!--POST.AUTHOR--></STRONG> on <!--POST.DATE--></CITE> 56 <CITE CLASS="rounded"><STRONG><!--POST.AUTHOR--></STRONG> on <!--POST.DATE--></CITE>
57 57
58 <SPAN CLASS="post-vote"> 58 <SPAN CLASS="post-vote">
59 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=plus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_up.png"></A> 59 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=plus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_up.png" ALT="+1"></A>
60 <BIG><!--POST.RATING--></BIG> 60 <BIG><!--POST.RATING--></BIG>
61 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=minus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_down.png"></A> 61 <A HREF="/vote.php?id=<!--POST.ID-->&amp;dir=minus" REL="nofollow"><IMG SRC="/theme/images/icons/thumb_down.png" ALT="-1"></A>
62 </SPAN> 62 </SPAN>
63 </DIV> 63 </DIV>
64 </DIV> 64 </DIV>