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