Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Default Icon Table_background_default.gif Not There


twgf

Recommended Posts

hi

My default icon by the header does not appear.

the source code just says: <img src="images/" border="0" alt="Gifts:" title=" Gifts: " width="57" height="40">

 

on index.php at about line 290, // default page.

it says: <?php echo tep_image(DIR_WS_IMAGES . 'table_background_default.gif', HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?>

 

but though the same code works for other sections ( and different icons) it doesn't for default page.

 

I have tried hardcoding it in: <img src="http://www.branchingoutgifts.com/images/table_background_default.gif" border="0" alt="Gifts:" title=" Gifts: " width="57" height="40">

 

but even then i end up with: <img src="images/" border="0" alt="Gifts:" title=" Gifts: " width="57" height="40"> in the source code.

 

the icon table_background_default.gif is in the images folder.

 

What could be rewriting my code even when i put in an absolute url?

 

thanks

tom

Link to comment
Share on other sites

ah

solved it! needless to say been very stupid.

Turns out you have to upload an image for each product category and manufacturer category otherwise you are left with a missing image.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...