paulcchp84dr Posted July 17, 2005 Share Posted July 17, 2005 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.