mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 18:34:27 +02:00
fixed example of html_table
This commit is contained in:
@@ -4707,8 +4707,8 @@ $smarty->display('index.tpl');
|
||||
index.tpl:
|
||||
|
||||
{html_table loop=$data}
|
||||
{html_table loop=$data cols=4 table_attrs='border="0"'}
|
||||
{html_table loop=$data cols=4 tr_attrs=$tr}
|
||||
{html_table loop=$data cols=4 table_attr='border="0"'}
|
||||
{html_table loop=$data cols=4 tr_attr=$tr}
|
||||
|
||||
SORTIE:
|
||||
|
||||
|
Reference in New Issue
Block a user