Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Get rid of the image top right in main


Zuncan

Recommended Posts

Posted

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?

Posted

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 :)

Posted

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.

Posted

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...

Archived

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

×
×
  • Create New...