Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help for variable $ languages


bassone

Recommended Posts

Posted

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

Archived

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

×
×
  • Create New...