lea7au Posted February 13, 2004 Share Posted February 13, 2004 I am sorry to post again but has anyone succesfuly removed the box corner images. I have read the docs and done what was said in there but still no luck. Where in the code do i change. I am all out of ideas now thanks again leah Link to comment Share on other sites More sharing options...
Salvo Posted February 13, 2004 Share Posted February 13, 2004 You don't need to remove them. Have a look at the code in the box you don't want to the corners, change to true or false below: includes/boxes/ $info_box_contents = array(); $info_box_contents[] = array('align' => 'left', 'text' => BOX_HEADING_WHATS_NEW ); new infoBoxHeading($info_box_contents, true, true, tep_href_link(FILENAME_PRODUCTS_NEW, '', 'NONSSL')); This is the Whats new box. you have to do it on the box you want to though.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.