TheLastWord Posted January 24, 2006 Posted January 24, 2006 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.
adultsm Posted January 24, 2006 Posted January 24, 2006 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
TheLastWord Posted January 24, 2006 Author Posted January 24, 2006 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.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.