Assailant Posted June 26, 2004 Posted June 26, 2004 does anybody know how I can remove the right side of this bar? also which file is this located in? thanks all help is appreciated
rcmdesign Posted June 26, 2004 Posted June 26, 2004 The bar that says My Account | Cart Contents | Checkout is located in catalog/includes/header.php <td align="right" class="main"> <?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" . . .
Assailant Posted June 26, 2004 Author Posted June 26, 2004 if i remove that wont i remove top>>catalog as well? I want to remove everything but the left part that says top>>catalog... thanks foryour response
rcmdesign Posted June 26, 2004 Posted June 26, 2004 Erase the code from <td align="right" class="main"> <?php if (tep_session_is_registered('customer_id')) { ?><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>" to the end </td> Leaving the first <td> <td class="headerNavigation"> <?php echo $breadcrumb->trail(' » '); ?></td>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.