Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Corner_Left and Corner_Right


rhalton

Recommended Posts

Hi,

 

I'm trying to remove the box corner_left.gif and corner_right of the categories and cart box to just leave them square rather than with rounded edges. I've managed to do this but I see a number '1' now inserted before the categories header text and after the cart text. I can't see why this is happening, can anyone help me out please?

 

Thanks,

 

R.

Link to comment
Share on other sites

In each infobox file, you'll find a line like this:

    new infoBoxHeading($info_box_contents, false, false);

For each instance of false, there's no rounding. Change the first one to true and it rounds left (it's actually calling for an image), second true, rounds right. Don't know how you got the 1s in there. Try undoing whatever you did to get where you are and changing the instances of true to false.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...