Blame view

modules/default/views/articles/view.tpl 391 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
7
  <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>