robbo007 Posted May 19, 2004 Posted May 19, 2004 Hello, How can I removed the three default icons from the top header. My account, Cart Contents and checkout? I want my banner to be enabled across all of the header. Thanks, Rob
bluepony Posted May 19, 2004 Posted May 19, 2004 Delete this line in catalog/includes/header.php <td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif', HEADER_TITLE_MY_ACCOUNT) . '</a> <a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a> <a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?> </td> I'd rather be flying!
robbo007 Posted May 19, 2004 Author Posted May 19, 2004 Niceone.... Do you know the size the banner has to be to cover all the top of the screen? Left to right?
Guest Posted May 21, 2004 Posted May 21, 2004 Robbo, i think it depends on the resolution.. maybe to be safe for bigger monitors bleed your top banner out into a background colour. Regards Phillip
Recommended Posts
Archived
This topic is now archived and is closed to further replies.