Category Menus - How to highlight active button

13 posts by 4 authors in: Forums > CMS Builder
Last Post: February 28, 2011   (RSS)

By aev - February 28, 2011


Try adding the code in red. Post back if it doesn't work, I know I have solved this before (.. or Jason will for sure :)

list($categoryRecords, $selectedCategoryRecord) = getCategories(array(
'tableName' => 'categories',
'defaultCategory' => 'first', // Enter 'first', a category number, or leave blank '' for none
'categoryFormat' => 'showall' // showall, onelevel, twolevel
));



-aev-

Re: [aev] Category Menus - How to highlight active button

By zip222 - February 28, 2011

Thanks again!