15/01/2013, 16:36:19
{$entry|print_r} pour avoir toutes les variables dispo
cgblog gérant X catégories pour un article c'est un array que tu auras :
cgblog gérant X catégories pour un article c'est un array que tu auras :
Code :
[== Indéfini ==]
{if $entry->categories}
{foreach from=$entry->categories item='category'}
{$category.name}
{/foreach}
{/if}