Quote Originally Posted by bearaman View Post
Hi,
Great mod, just what I was looking for. Thanks!
I'd like to change where the home tab links to. Currently, it goes to www.mysie.com/shop/ but I'd like to change it to just www.mysite.com - how do you do this? I've tried changing the header_tpl but it makes no difference.
Thanks again.
B.
Open up includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php and change this:

<a href="<?php echo zen_href_link(FILENAME_DEFAULT); ?>"><?php echo HEADER_TITLE_CATALOG; ?></a>

to:

<a href="http://www.mysite.com">Home</a>