Guest Posted September 3, 2005 Share Posted September 3, 2005 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 More sharing options...
♥Vger Posted September 3, 2005 Share Posted September 3, 2005 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 More sharing options...
Guest Posted September 3, 2005 Share Posted September 3, 2005 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 More sharing options...
Guest Posted September 3, 2005 Share Posted September 3, 2005 Well I tried it out and it works - Thanks again Vger =) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.