Friday, September 18, 2009

This code creates a loop, repeating the link to the category pages for each category. It will probably be very useful.

{section name=thecat loop=$cat_array start=$start}

[a href="{if $pagename eq "upcoming" || $groupview eq "upcoming"}{$URL_queuedcategory, $cat_array[thecat].safename}{else}{$URL_maincategory, $cat_array[thecat].safename}{/if}"]{$cat_array[thecat].name}[/a]

{/section}

No comments:

Post a Comment