Guest Posted February 5, 2005 Posted February 5, 2005 I want to git rid of table_background_default.gif from my index page, it is the icon of a person sitting behind a desk in the top right corner under my account and cart contents. I know where the image itself is, but I need to get rid of the reference to it in whatever page it is in. Can anyone advise?? Thanks
peterr Posted February 5, 2005 Posted February 5, 2005 Hi, Search for: <!-- body_text //--> in index.php, and it is just a few lines down from there. <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> Peter
Recommended Posts
Archived
This topic is now archived and is closed to further replies.