How do u get rid of the top right header images ? and thier links ? ie header_support.gif and the other 2 ?
This is a discussion on Getting rid og the top right images. within the osCommerce 2.2 Modification Help forums, part of the osCommerce 2.2 Forums category; How do u get rid of the top right header images ? and thier links ? ie header_support.gif and the ...
How do u get rid of the top right header images ? and thier links ? ie header_support.gif and the other 2 ?
okay figured this one outI deleted the following tag from 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>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_SHOPPING_CART) . '">' . tep_image(DIR_WS_IMAGES . 'header_cart.gif', HEADER_TITLE_CART_CONTENTS) . '</a>&nbsp;&nbsp;<a href="' . tep_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_checkout.gif', HEADER_TITLE_CHECKOUT) . '</a>'; ?>&nbsp;&nbsp;</td>
Bookmarks