summaryrefslogtreecommitdiff
path: root/templates/comments.tpl
blob: 46ca60d4efc38a7f686247e40371fbe762411da0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{strip}
<br />
<div class="display comment">
	<div class="header">
		{if !( $smarty.request.post_comment_request || $post_comment_preview )}
			<a name="editcomments"></a>
		{/if}
		<h2>{tr}Comments{/tr}</h2>
	</div>

	<div class="body">
		{include file="bitpackage:liberty/comments_post_inc.tpl" post_title="Post Comment"}

		{include file="bitpackage:liberty/comments_display_option_bar.tpl"}

		{section name=ix loop=$comments}
			{displaycomment comment="$comments[ix]"}
		{/section}

		{libertypagination ihash=$commentsPgnHash}
	</div><!-- end .body -->
</div><!-- end .comment -->
{/strip}