chewy Posted April 23, 2004 Posted April 23, 2004 please could some pointout the file which defines if a infobox gets a corner_left.gif or corner_right.gif. Many thx
bluepony Posted April 23, 2004 Posted April 23, 2004 catalog/includes/classes/boxes.php I'd rather be flying!
chewy Posted April 23, 2004 Author Posted April 23, 2004 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
bluepony Posted April 23, 2004 Posted April 23, 2004 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!
chewy Posted April 23, 2004 Author Posted April 23, 2004 I just want to define my own infobox header style ie left_image.gif, background for center, right_image.gif.
bluepony Posted April 23, 2004 Posted April 23, 2004 Ah. Ok, then these should explain it: http://wiki.oscommerce.com/docsCatBoxGenHeadImages http://wiki.oscommerce.com/docsCatBoxGenCorner I'd rather be flying!
chewy Posted April 23, 2004 Author Posted April 23, 2004 Ah. Ok, then these should explain it: http://wiki.oscommerce.com/docsCatBoxGenHeadImages http://wiki.oscommerce.com/docsCatBoxGenCorner job done Thx
chewy Posted April 23, 2004 Author Posted April 23, 2004 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".
bluepony Posted April 23, 2004 Posted April 23, 2004 That code is in catalog/includes/modules/new_products.php I'd rather be flying!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.