Файл: upload/module/comment/template/default/block/view.html.php
Строк: 53
<?php
/**
* [PHPFOX_HEADER]
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Comment
* @version $Id: view.html.php 1347 2009-12-22 18:10:30Z Raymond_Benc $
*/
defined('PHPFOX') or exit('NO DICE!');
?>
<div class="main_break"></div>
<div id="js_comment_listing">
<a name="comment-view"></a>
<div id="js_new_comment" style="display:none;"></div>
{if count($aRows)}
{parse_image width=500 height=400}
{foreach from=$aRows item=aRow}
{template file='comment.block.entry'}
{/foreach}
{parse_image clear=true}
{if isset($bViewComment) && $bViewComment}
{if $iTotalComments > 0}
<a href="{url link='current' comment=0}" id="feed_view_more">{{phrase var='comment.view_all_comments_total' total=$iTotalComments}</a>
{/if}
{else}
<div class="t_right p_top_8">
{pager}
</div>
{/if}
{else}
<div id="js_no_comments" class="t_center">
{if (!$bCanPostOnItem || !Phpfox::getUserParam('comment.can_post_comments')) && !Phpfox::getUserId()}
{phrase var='comment.comments_must_login_signup' login=$sLoginLink register=$sSignupLink}
{else}
{if $bCanPostOnItem}
{phrase var='comment.comments'}
{else}
{phrase var='comment.no_comments_added'}
{/if}
{/if}
<br />
<br />
</div>
{/if}
</div>