1
timgno
Smarty Plugin Table
  • 2015/6/18 21:29

  • timgno

  • Module Developer

  • Posts: 1504

  • Since: 2007/6/21


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?