topics_last.tpl 915 Bytes
{if count($topics)}
<table border="0" cellpadding="4" cellspacing="1" width="640" align="center" bgcolor="#B8B8B8">
<tr bgcolor="#ffffff">
<td>
<b>Òåìû ôîðóìà</b>
</td>
<td>
<b>Ïðîñìîòðîâ</b>
</td>
<td>
<b>Îòâåòîâ</b>
</td>
</tr>
 {section name=i loop=$topics}
   <tr bgcolor="#ffffff">
    <td width="100%">
    <a href="forum.phtml?topicID={$topics[i].id}" class="link2">{$topics[i].title|stripslashes|truncate:70|escape:"html"}</a>
  {*
   {if $topics[i].comment_str}

       <div style="border-top:1px dotted #C4C3C9;border-bottom:1px dotted #C4C3C9;padding:2px;">{$topics[i].comment_str|stripslashes|truncate:140|escape:"html"|smile}</div>

   {/if}     *}
    <p class="txt3_m">{$topics[i].mktime|date_format:"%d.%m.%Y"}</p>

   </td>
   <td align="center" class="txt3">
    {$topics[i].view}
   </td>
   <td align="center" class="txt3">
    {$topics[i].comments}
   </td>
   </tr>
 {/section}
</table>
{/if}