Blame view

templates/advices_one.tpl 759 Bytes
42868d70   andryeyev   Создал GIT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <div class="title3"><div class="l"><div class="r"><div class="w">{if $rules_info_one.action eq 'training'}{$smarty.const.MENU_9}{else}{$rules_info_one.name}{/if}</div></div></div></div>
  <div>&nbsp;</div>
  <h1>{$advices.title|stripslashes|escape:"html"}</h1>
  
  
  {if $advices.pic_big}<img src="{$smarty.const.URL}uploaded/pic/advices/big/{$advices.pic_big}" class="pic right" border="0" alt="{$advices.title|stripslashes|escape:"html"}" align="left">{/if}
  {$advices.text|stripslashes}
  <div class="both"></div>
  {$advices.youtube|stripslashes}
  <div class="both"></div>
  {if $topic_parent.id>0}
  <div>&nbsp;</div>
  <div>
  <a href="{$smarty.const.URL}forum/?topicID={$topic_parent.id}"><font color="#000080">Êîììåíòàðèåâ {$topic_parent.comments}</font></a>
  </div>
  {/if}