Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rounded Box Corners' wierd Problem


Guest

Recommended Posts

Hi,

I'm just pretty puzzled. I was fooling around with the Rounded Box Corners which I changed the

new infoBoxHeading ($info_box_contents, false, false)

I've changed to both side to True, which should come out with a rounded corners. Everything works in the exception of the New Products for <month>

Anyone had this problem? At the moment only the left part in Rounded, the other is straight. Thanks a bundle

Link to comment
Share on other sites

  • 3 months later...

I had this problem ...

 

Edit your /classes/boxes.php lines 121 - 123 to read:

 

class="infoBoxHeading"', 'text' => $left_corner),

array('params' => 'width="100%" height="14" class="infoBoxHeading"', 'text' => $contents[0]['text']),

array('params' => 'height="14" class="infoBoxHeading" nowrap', 'text' => $right_corner));

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...