Actually, scrap all that, just open up includes/templates/YOUR_TEMPLATE/common/tpl_header.php and
includes/templates/YOUR_TEMPLATE/common/tpl_drop_menu.php
and replace
<?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a>
to this:
<a href="your_link_here.htm">Home</a>



Reply With Quote
