{* load lang file *} {dynamic} {config_load file="lang.txt" section="entry"} {/dynamic} {* the dynamic tag is neccessary such that these block of the template are not cached *}
{if $data.image}{/if}
{$data.content}
{if $data.section}{#cat#}: {$data.section.fullName}{else}{#noSecName#}
{/if}
{if $data.keywords}
{#keys#}:
{foreach from=$data.keywords item=keyword name=myKeys}
{if not $smarty.foreach.myKeys.last}
{$keyword.word},
{else}
{$keyword.word}
{/if}
{/foreach}
{/if}
{if $data.ljurl}
@lj
{/if}
{dynamic}
{if $smarty.session.admin}
[ {#delete#} : {#edit#} ]
{/if}
{/dynamic}