view.tpl
391 Bytes
<h1>{$news.title|stripslashes|escape:"html"}</h1>
<p><span class="date">{$news.date|date_format:"%d/%m/%Y"}</span></p>
{if $news.pic_big}
<img src="{$config->url}/pics/articles/big/{$news.pic_big}" class="pic" alt="{$news.title|stripslashes|escape:"html"}" title="{$news.title|stripslashes|escape:"html"}" border="0" align="left" />
{/if}
{$news.text|stripslashes}
<div class="both"></div>