Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the corner_left.gif images in infoboxes


Guest

Recommended Posts

Hi everyone.

 

I need to change a corner_left.gif in my categories infobox. I've looked through \includes\boxes\categories.php and found nothing. I've also looked through \includes\classes\boxes.php and while I've found references to the .gifs, I don't know what to modify!!

 

Can anyone help?

 

I want to change from corner_left.gif to corner_right_left.gif.

 

Thanks!

Link to comment
Share on other sites

includes/classes/boxes.php

 

if ($left_corner == true) {
       $left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_left.gif');
     } else {
       $left_corner = tep_image(DIR_WS_IMAGES . 'infobox/corner_right_left.gif');
     }

 

Vger

Link to comment
Share on other sites

Hi Vger, thanks for your reply.

 

I saw that. Please advise me if this is wrong, but my understanding is that I need to change the top reference to read corner_right_left.gif aswell?

 

Cheers

Chris

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...