Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the corner_left.gif in the layout


Darth Evad

Recommended Posts

Posted

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...

Posted

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');

Archived

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

×
×
  • Create New...