You want to sort the ezpage links? Have you given them a sort order for the header when you add them?
As far as the ezpage under the categories, I don't think that will work very well... actually wait, we can do a manual work around. Open up includes/classes/categories_ul_generator.php, and change this line:
Code:
$parent_group_end_string = '</ul>',
to this:
Code:
$parent_group_end_string = '<li><a href="index.php?main_page=page&id=2">YOUR PAGE NAME</a></li></ul>',
Of course replacing "index.php?main_page=page&id=2" with your own link.
Bookmarks