Hi Can someone point me into the right direction please, very new to Smarty.
I have a Variable
$var = "A,B,C"; //stored in DB
in my template I want the designer of the template to decide when to list the data in rows like
<td>A,</td>
<td>B,</td>
<td>C</td>
Can this be done without the php code?
I will have content in a database and I won't know if the designer wants to make a particular field into a list.
Cheers