JoyC Posted July 5, 2003 Posted July 5, 2003 This has to be simple and i am just missing it! In my index.php file there is ( by default ) the main infobox in the middle of the page with some text in it. - now for some very bizzare reason the corner images are the wrong way around. All my other boxes thruout the site are absolutely fine. I figured i would just rename the to images so they would appear fine - however it busted up the other boxes. I cant seem to find where the code is calling on these 2 images for the heading of the infobox to swap them over for the index page. Anyone have any ideas? Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
judoka Posted July 5, 2003 Posted July 5, 2003 Hi JoyC, You should have a php file call mainpage.php, it should be located at catalog/includes/languages/english(or your language)/mainpage.php open it and look for a line that reads ($info_box_contents, true, true);?> it should be towards the bottom of your page, make sure that both true are indeed set to "true" that should fix your problem. Good luck, Jose :D 8) :D
JoyC Posted July 5, 2003 Author Posted July 5, 2003 Jose, U R Awesome! thks so much for that Joy :lol: Last month, i only knew how to spell PHP, this month i have mastered the art of swearing in php!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.