simaster99 Posted November 17, 2004 Posted November 17, 2004 on the index page of my shop i would like to remove this. My Account | Cart Contents | Checkout andi would like to delete the nav bar it sits on I have removed the top and catalog but can not find the rest. kind regards Sim
Guest Posted November 17, 2004 Posted November 17, 2004 look in catalog/includes/header.php for things that start with "HEADER_TITLE". Comment out the ones you don't want. -jared
Guest Posted November 17, 2004 Posted November 17, 2004 In includes/header.php find this code: <td align="right" class="headerNavigation"><?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_LOGOFF; ?></a> | <?php } ?><a href="<?php echo tep_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a> | <a href="<?php echo tep_href_link(FILENAME_SHOPPING_CART); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a> | <a href="<?php echo tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>" class="headerNavigation"><?php echo HEADER_TITLE_CHECKOUT; ?></a> </td> That is between td tags delete it or fill it in with a placeholder...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.