Skip to content

Commit

Permalink
Update default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
satanasov committed Sep 23, 2015
1 parent cfc9817 commit 77e6a43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<div style="float: right; margin-top: 5px; margin-bottom: 5px;" class="postlove">
<!-- IF DISABLE != 1 --><a href="{postrow.POST_LIKE_URL}" data-ajax="toggle_love"><!-- ENDIF --><span class="{postrow.POST_LIKE_CLASS}" id="likeimg_{postrow.POST_ID}"></span><!-- IF DISABLE != 1 --></a><!-- ENDIF -->
<!-- IF DISABLE != 1 --><!-- IF !postrow.DISABLE --><a href="{postrow.POST_LIKE_URL}" data-ajax="toggle_love"><!-- ENDIF --><!-- ENDIF --><span class="{postrow.POST_LIKE_CLASS}" id="likeimg_{postrow.POST_ID}"></span><!-- IF !postrow.DISABLE --><!-- IF DISABLE != 1 --></a><!-- ENDIF --><!-- ENDIF -->
<span title="{postrow.POST_LIKERS}" style="font-size: 1.3em; vertical-align: top;" id="like_{postrow.POST_ID}">{postrow.POST_LIKERS_COUNT}</span> x
</div>

2 comments on commit 77e6a43

@dragosvr92
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this directory for? Shouldnt it be inside the styles folder?

@Galixte
Copy link
Contributor

@Galixte Galixte commented on 77e6a43 Nov 9, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe with @satanasov could be more efficient.

Please sign in to comment.