Tak wygląda mój kod php.
<?php { $tpl->assign("changes",$row); } ?>
I Smarty:
Kod
<tr><td>
{section name=i loop=$changes}
{$changes[i][descr]}<br/>
{/section}
</td></tr>
{section name=i loop=$changes}
{$changes[i][descr]}<br/>
{/section}
</td></tr>
Kod z tplu się nie wykonuje.