Darth Evad Posted June 24, 2004 Posted June 24, 2004 I have made new .gif's for the box 'tops'. I would like to replace the corner_right_left.gif to the appropriate left or right .gif depending on whether corner_right_left.gif is on the left or right. Does that make sense? In other words I don't want to use right_left anymore. Which files do I need to edit to change this? I have looked through about 20 of them. heh...
rcmdesign Posted June 25, 2004 Posted June 25, 2004 Go to catalog/includes/classes/boxes.php And look for class infoBoxHeading extends tableBox { You'll see the two places to specify the corner images. $left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif'); and $right_corner = $right_arrow . tep_image(DIR_WS_IMAGES . 'infobox/corner_right.gif');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.