
Originally Posted by
Sunabac
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??