bassone Posted February 23, 2007 Posted February 23, 2007 Hi, sorry for my bad english, I have created a OSC shop with a modified template, for my client, the shop is in italian language, and I have put another links in header.php file, now my client want implemented also the english language, but the link and same images remain in italian, the client want that this link and images are in english, I have thought a simply solution but dont' work. My thought is this, in header.php <?php if ($languages == "it") { include ('ita.php'); } else { include ('eng.php'); } ?> naturally I have created a 2 file but dont' work, please any suggestion??, help me dario
ErollorD Posted February 23, 2007 Posted February 23, 2007 replace "it" with full name so "italian" and try then...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.