Quote Originally Posted by jettrue View Post
Hmm, what version of zen cart are you using?
v.1.37. The shop is running on PHP 5.16

Quote Originally Posted by jettrue View Post
I don't see anything wrong with your code.
Me neither. I'm going blind looking at it. The menu works fine except when I insert:
Code:
<?php require(DIR_WS_MODULES . 'sideboxes/' . $template_dir . '/' . 'ezpages_drop_menu.php'); ?>
Menu stops rendering at the point the above code is inserted. When I remove the code the menu works fine. Go figure.

Woody