НОВОСТИ:<br />
<table width=100%>
<form action="index.php" name="subscription_form" method=post>
{section name=i loop=$news_array}
<tr>
<td>
<b>{$news_array[i].add_date}</b>
</td>
</tr>
<tr>
<td>
<b><font class="!!!тут указать свой стиль!!!">{$news_array[i].title}</font></b><Br />
{$news_array[i].textToPublication}
</td>
</tr>
<tr>
<td>
{if $news_array[i].picture_exists}
<img src="./products_pictures/{$news_array[i].picture}" hspace="10" align="left" />
{/if}
</td>
</tr>
{/section}
{if $news_array}
<tr>
<td>
<a href='index.php?news=yes'>
<b>
{$smarty.const.STRING_ALL_NEWS}...
</b>
</a>
</td>
</tr>
{/if}
</form>
</table>