Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

gif's in infoBoxHeading - How get rid of


paulcchp84dr

Recommended Posts

I have searced the site looking for the answer so hopefully someone can help me.

 

How do I get rid of the corner_left.gif and corner_right_left.gif in the info box - New Products for Month "x"?

 

I have manged to get rid of the .gif's in the left and right hand side infoBoxes by editing the /classes/boxes.php script (lines 158 & 162)

 

Edits listed below. I can't however find the code for the New products box.

 

Thanks

 

[/code] $info_box_contents = array();

$info_box_contents[] = array(array('params' => 'height="14" class="infoBoxHeading"',

/* 'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif')), */

array('params' => 'height="14" class="infoBoxHeading" width="100%"',

'text' => $contents[0]['text']),

array('params' => 'height="14" class="infoBoxHeading"',

/* 'text' => tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif'))); */

 

$this->tableBox($info_box_contents, true);

}

}

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...