Hi. Thanks for the great menu! I want to add an "about us" link under the information drop down and I noticed that there is already a link created but it is commented out. I am pretty new to php. I uncommented it and it's showing up in the menu now but I don't believe the page exists. At least I looked for it where I surmised it might be based on where the other pages seem to be located and I didn't see it. So my question is should the page already exist somwhere and if not how do I create so that it can be edited from the admin site and will function with the existing link?
Also, if I wanted to create a completely new page and and have the link point to the proper location how would I do that? I understand the ul's and li's I'm jus tnot clear on the code in the ancor eg:
<!--
<a href="<?php echo zen_href_link(FILENAME_SHIPPING); ?>"><?php echo HEADER_TITLE_SHIPPING_INFO; ?></a>
-->
thanks again!
Bookmarks