
Originally Posted by
MeltDown
I've created an index.html that is to be the main page for this Zen/Apple Zen site. Now the
Home link in the drop-down menu needs to be updated. I tried changing this:
PHP Code:
<li class="submenu"><a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>
to This
PHP Code:
<li class="submenu"><li><a href="http://www.MyStore.com">Home</a></li>
But broke my Zen cart. Can you please tell me the proper procedure? Thanks!
Duh..! OK, now that I've posted I can see that I doubled up on <li It's working properly as:
PHP Code:
<li class="submenu"><a href="http://www.Mystore.com">Home</a></li>
Bookmarks