Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Where is table_background_default.gif ?


Guest

Recommended Posts

Posted

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

Posted

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

Archived

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

×
×
  • Create New...