Quote Originally Posted by speeds5 View Post
Jade any insight on this? Thank you!
Open up includes/templates/cherry_zen/common/tpl_header.php and add the link after this:

<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>


like this:

<li><a href="link_here.htm">Link Name Here</a></li>

And that's it! You may need to increase the width of #navMain in the css, depending on how long the word your adding is.