For those using the Apple Zen Template or the CSS dropdown menu here's how to make it compatable:
File: includes/classes/categories_ul_generator.php
Line: 57
Change From: $categories = $db->Execute($categories_query);
Change To: $categories = $db->Execute(cat_filter($categories_query));
Anyways, hope this helps someone.
![]()


Reply With Quote
