View Single Post
  #66  
Old 03-23-2006, 03:02 AM
 
stevebag stevebag is offline
 

Member
  
Join Date: Jul 2003
Posts: 23
 

Default

If you comment out the following line in include/categories.php then the allcategories 'subcategories' will be sorted by their assigned sort_order and not alphabetically...

usort($all_categories, "func_categories_sort");

(about line 160) for me

I hope this helps

Steve
__________________
Version 4.0.18
Reply With Quote