Blame view

modules/default/views/news/view.tpl 435 Bytes
8d65d0ce   andryeyev   init
1
2
3
4
5
6
7
8
9
10
  <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/news/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>
  {*
  	{include file="include/reviews_form.tpl"}
  	*}