Zuncan Posted June 28, 2004 Posted June 28, 2004 Hi! Whats the easiest way to get rid of the image that always shows up in the top right corner in the main column. You know the categories image. Thanks in advance/ Mr Zuncan - The one who asks alot, but also helps alot So what?! Who care in a hundred years anyway?
soccercheese Posted June 28, 2004 Posted June 28, 2004 I was able to do that by commenting out lines in index.php Line 67: <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> and for subheadings, Line 281: <td align="right"><?php/* echo tep_image(DIR_WS_IMAGES . $image, HEADING_TITLE, HEADING_IMAGE_WIDTH, HEADING_IMAGE_HEIGHT); */?></td> Hope this works for ya :)
soccercheese Posted June 28, 2004 Posted June 28, 2004 Also Line 300: <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> Sorry missed it.
soccercheese Posted June 28, 2004 Posted June 28, 2004 I also forgot to mention that I've added some contribs to my store which has changed the line numbers from a default install. So those lines will be around there...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.