szuru/public_html/templates/global-comment-list-item.tpl

9 lines
201 B
Smarty
Raw Permalink Normal View History

2014-10-04 14:06:44 +02:00
<div class="post-comment">
2015-06-28 12:25:35 +02:00
<div class="post">
<%= postTemplate({post: post, util: util, canViewPosts: canViewPosts}) %>
</div>
2014-10-04 14:06:44 +02:00
2015-06-28 12:25:35 +02:00
<div class="post-comments-target">
</div>
2014-10-04 14:06:44 +02:00
</div>