Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box corners


lea7au

Recommended Posts

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

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

Archived

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

×
×
  • Create New...