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!


