Quote Originally Posted by Sunabac View Post
I am trying to put my EZ-Pages into the drop down navigation, so far without a success. I am assuming this must be done manually, correct? I am trying to use the current "Contact Us" and tried the following:

<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_EZPAGES, 'id=1&chapter=10) ?>'">Our Company</a>
<ul class="level2">
<li><a href="<?php echo zen_href_link(FILENAME_CONTACT_US, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CONTACT_US; ?></a></li>
</ul>
</li>
Since it does not work, could I be given directions please??
The only issue is that your single quote is in the wrong place. It should be directly after: 'id=1&chapter=10