Guest Posted September 28, 2006 Posted September 28, 2006 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:
VectorSix Posted September 28, 2006 Posted September 28, 2006 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.
Guest Posted September 28, 2006 Posted September 28, 2006 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.