Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

info boxes and corner_left.gif


chewy

Recommended Posts

Posted

please could some pointout the file which defines if a infobox gets a corner_left.gif or corner_right.gif.

 

Many thx

Posted

Thanks, I saw that but as I read it thats the default box constructor, where do you define which box gets a infobox gets a corner_left.gif or corner_right.gif as not all boxes have the same .gif.

 

Thx again

Posted

In catalog/includes/classes/boxes.php you'll see two classes which use the corners: infoBoxHeading and contentBoxHeading.

 

infoBoxHeading is passed a parameter to specifiy left_corner, right_corner.

 

contentBoxHeading there is no parameter, it always includes corner_left, corner_right_left.

 

Perhaps if you explained what you are trying to change?

I'd rather be flying!

Posted

I just want to define my own infobox header style ie left_image.gif, background for center, right_image.gif.

Posted

I want to change the config of " new infoBoxHeading($info_box_contents, true, true);" for the "New Products For" modual in the middle of the default page defined, I have changed all the values for files in "includes/boxes" and all boxes were changed except for "New Products For".

Archived

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

×
×
  • Create New...