Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Box headers


kbakba

Recommended Posts

ehllo

 

the function that builds the box is called with a line like this

 

new infoBoxHeading($info_box_contents, false, true);

 

if you want a round corner pass a true to the function in this example the right corner will be round

 

hope this helps

 

Billy

Link to comment
Share on other sites

I wouldn't have guessed That!

 

Thank you.

 

I still need to figure out what file to look in, and if each Box is easily identifiable in the code.. I'm rounding the Languages Box's right corner

Link to comment
Share on other sites

FIGURED IT OUT BY MYSELF!

 

you go to catalog/includes/boxes.........

 

Then you select the "box name". php file in question, find the

 

new infoBoxHeading($info_box_contents, false, true);

 

and play around with the true/false to determine which side of the box you want the round corner.

 

SIMPLE! FAST!!!!!

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...