[SOLVED] Foreach code in Sendeplan... not showing multiple entries
Posted: Sat Apr 05, 2008 8:15 am
Hi all,
I am currently trying to work with the Sendeplan module (using cmsms 1.23) and its going great, except for the fact it wont show multiple entries.
The template code is:
Does anyone know why it wouldnt be showing the next entry?
Thanks
Jon
I am currently trying to work with the Sendeplan module (using cmsms 1.23) and its going great, except for the fact it wont show multiple entries.
The template code is:
Code: Select all
<ul>
{foreach from=$items item="item"}
<li><b>{$item.short}</b></li><br/>
{$item.long}
{/foreach}
</ul>
Thanks
Jon