Bethania
2014-10-03, 07:28 PM
To loop through the categories
{foreach from=$categories_menu_list item=cat name=top_cats}
<li><a href="home.php?cat={$cat.categoryid}">{$cat.category}</a></li>
{/foreach}
you can add the above code at any single page also.
{foreach from=$categories_menu_list item=cat name=top_cats}
<li><a href="home.php?cat={$cat.categoryid}">{$cat.category}</a></li>
{/foreach}
you can add the above code at any single page also.