<p>
{section name=i loop=$new_product}
<center>
<table border=0 width="161" cellspacing=1 cellpadding=5>
<div align="center" class="axt1">Новинки</div>
{section name=i loop=$new_product}
{if $smarty.section.i.index is div by 3}
<tr>{/if}
<td width="149" valign=top>
<table border=0 width=49% bgcolor=#BEC9F7 cellpadding=0 cellspacing=1>
<tr>
<td> <table width=145 {100} border=0 cellpadding="0" cellspacing="0" bgcolor=white>
<tr>
<td width="145" height=130 {10} ><div align="center"><a href="index.php?productID={$new_product[i][2]}"><img src="./products_pictures/{$new_product[i][0]}"></a></div></td>
</tr>
<tr>
<td height="10"><a href="index.php?productID={$new_product[i][2]}">{$new_product[i][3]}</a>
<font color=red><b>{$new_product[i][4]}</b></td>
</font></td>
</tr>
</table>
</td> </tr>
</table></td>
{if ($smarty.section.i.index+1) is div by 3}</tr>
{/if} {/section}
</table>
</center>
{/section}