Commit 549029fc authored by xhlavacmilan's avatar xhlavacmilan
Browse files

commit

parent 3109f147
......@@ -22,6 +22,15 @@
<div>
<table>
{foreach $data as $radek}
{if $iterator->first}<table>{/if}
<tr id="row-{$iterator->counter}">
<td style="color=blue">{$radek}</td>
</tr>
{if $iterator->last}</table>{/if}
{/foreach}
</table>
</div>
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment