Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Which images are in which php files?


TheLastWord

Recommended Posts

Posted

I am having a major problem with locating the php files that display the images. How to I remove the What's New Here image from the index page. Or should I say which php file is it in. I was guessing index.php but I can't find it.

Posted
I am having a major problem with locating the php files that display the images. How to I remove the What's New Here image from the index page. Or should I say which php file is it in. I was guessing index.php but I can't find it.

 

You are on the correct page. Index.php... The images are displayed using the "tep_image" function. So I suggest you search index.php for the tep_image calls.

 

There are a few different calls to tep_image depending on what depth you are currently browsing. (ie If its the main page, or a category page. etc..)

Its Only Me

Alex

Posted
You are on the correct page. Index.php... The images are displayed using the "tep_image" function. So I suggest you search index.php for the tep_image calls.

 

There are a few different calls to tep_image depending on what depth you are currently browsing. (ie If its the main page, or a category page. etc..)

I can't seem to find that line. I am looking at the first index.php file. Its the table_background_default.gif image.

Archived

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

×
×
  • Create New...