{$comment.intime|date_format:'%d.%m.%Y // %H:%M'} [ {#link#}
{if (($data.intime > ($smarty.const.NOW - 60*60*24*$smarty.const.COMMENT_DAYS)) and ($comment.level < $smarty.const.COMMENT_TREE_DEPTH) and ($smarty.const.COMMENT_TREE)) or $smarty.session.admin}
: {#reply#}
{/if}
{* this is weird, as I have to blend admin options our of sight *}
{* this is the only feasible way to do so -- comment them out *}
{* in case non-admin follows the link it yields a 404 *}
{dynamic}
{if !$smarty.session.admin}
{/if}
{/dynamic}
]
{if $comment.admin}{#authorReply#}{else}{$comment.senderName}{/if}
{$comment.content}
{$comment.intime|date_format:'%d.%m.%Y // %H:%M'} [ {#link#} {if (($data.intime > ($smarty.const.NOW - 60*60*24*$smarty.const.COMMENT_DAYS)) and ($comment.level < $smarty.const.COMMENT_TREE_DEPTH) and ($smarty.const.COMMENT_TREE)) or $smarty.session.admin} : {#reply#} {/if} {* this is weird, as I have to blend admin options our of sight *} {* this is the only feasible way to do so -- comment them out *} {* in case non-admin follows the link it yields a 404 *} {dynamic} {if !$smarty.session.admin} {/if} {/dynamic} ]
{/if}