CGCalendar 1.14.3 how show category in detail template
Posted: Mon Jun 30, 2014 1:14 am
Hi all,
as the subject... how can I show the list of associated category in detail view of the event?
I've tried this but do not work
Any help is appreciated
thank you!
as the subject... how can I show the list of associated category in detail view of the event?
I've tried this but do not work
Code: Select all
{if isset($event.categories)}
{foreach from=$event.categories item='category'}
{$category->name}
{/foreach}
{/if}thank you!