Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove right hand header gifs


Guest

Recommended Posts

Posted

Hi,

I have looked on the forum but haven't been able to find anything about this. I want to remove the three images that sit at the right hand side of the header (header_account.gif, header_cart.gif and header_checkout.gif). I've had a look in header.php and it's not obvious to me where I can delete the images.

Thanks

Ana :blink:

Posted

1. Make a copy of header.php to header.php.old

 

2. Edit header.php

find & delete the entire line that starts with:

<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif'

That should take care of it.

Posted
1. Make a copy of header.php to header.php.old

 

2. Edit header.php

find & delete the entire line that starts with:

<td align="right" valign="bottom"><?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.gif'

That should take care of it.

Thankyou! I had to delete right down to the last gif, but it finally worked.

Cheers

Ana :D

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...