{* $Id$ *} {* Show Tiki tables *} {if count($command_result) > 0} {* Can it be == 0 ?? *} {section name=i loop=$command_result} {* make row new start *} {if ($smarty.section.i.index % 3) == 0} {/if} {if ($smarty.section.i.index % 3) == 2} {/if} {/section} {* Close if still opened... *} {if $smarty.section.i.index % 3} {/if}
Tables in Tiki DB
{$command_result[i]}
Total {$smarty.section.i.total} tables matched {/if}{* if count($command_result) > 0 *}