Xoops Development::Smarty Plugin Table
Peering between plugin smarty I found html table
smarty_function_html_table
I went on the website and smarty syntax is different, or at least I think it is the latest version?
It is to update this plugin?
Peering between plugin smarty I found html table
smarty_function_html_table
Examples:
* <pre>
* {table loop=$data}
* {table loop=$data cols=4 tr_attr='"bgcolor=red"'}
* {table loop=$data cols="first,second,third" tr_attr=$colors}
* </pre>
I went on the website and smarty syntax is different, or at least I think it is the latest version?
{html_table loop=$data cols="first,second,third,fourth" tr_attr=$tr}
It is to update this plugin?