Quote Originally Posted by julie.t View Post
Hi Jade,

One more question about the Information dropdown menu. Iwas able to change the tpl_drop_menu.php and put the ez pages before the Privacy, Sitempa, etc. pages. I tried working with the header sort order to arrange the links in the order that I need them and they display properly in the horizontal menu but not so in the drop down menu. Is there a way to get the order displayed here too?

Thanks,

Juliet
Sorry! This was due to an error that I keep SWEARING that I have fixed and uploaded, but yet I haven't!

Open up includes/modules/sideboxes/apple_zen/ez_pages_drop_menu.php and change this:

Code:
 $page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by sidebox_sort_order, pages_title");
to ths:

Code:
$page_query = $db->Execute("select * from " . TABLE_EZPAGES . " where status_header = 1 order by header_sort_order, pages_title");