Mslibra38 Posted April 21, 2004 Posted April 21, 2004 I want to change the image on the main catalog page which is right next to the what's new here text. I have search but can't seem to find it. Thanks
agiftcodotcom Posted April 21, 2004 Posted April 21, 2004 Look in... catalog/images/table_background_default.gif Contributions I used : Updated 06-13-04 23:42 ---------------- Vote on My Graphis Poll
♥yesudo Posted April 21, 2004 Posted April 21, 2004 FYI - Right click on an image and choose properties - this will give you the path name of where the image is stored along with the image name. Your online success is Paramount.
Mslibra38 Posted April 21, 2004 Author Posted April 21, 2004 I know where it is in the images folder I need to know where it is in a .php so I can change it there. Thanks
TerryK Posted April 21, 2004 Posted April 21, 2004 Look in /catalog/index.php for the following code ( I believe it's the same code on the majority of pages ) : <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> I originally replaced mine with: <td class="pageHeading" align="right"> </td> but now it's where I put my Thawte secure site logo. HTH, Terry Terry Kluytmans Contribs Installed: Purchase Without Account (PWA); Big Images, Product Availability, Description in Product Listing, Graphical Infobox, Header Tags Controller, Login Box, Option Type Feature, plus many layout changes & other mods of my own, like: Add order total to checkout_shipment Add order total to checkout_payment Add radio buttons at checkout_shipping (for backorder options, etc.) Duplicate Table Rate Shipping Module Better Product Review Flow * If at first you don't succeed, find out if there's a prize for the loser. *
webtoole Posted August 26, 2005 Posted August 26, 2005 How would you change the size of the image that appears to the right of the text "Let's see what we have here?" I need know which .php page the sizes are listed. I can't find it anywhere. Thanks in advance Matt [quote name=TerryK' date='Apr 21 2004, 12:28 AM Look in /catalog/index.php for the following code ( I believe it's the same code on the majority of pages ) : <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . $category['categories_image'], $category['categories_name'], HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); ?></td> I originally replaced mine with: <td class="pageHeading" align="right"> </td> but now it's where I put my Thawte secure site logo. HTH, Terry <{POST_SNAPBACK}>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.