http://caribbeanscooterrentals.com/
You can see flags on the top, we are using Joomla 3
I had made a new module 'custom html' and place the following code
- Code: Select all
<p><a class="alt_flag" style="background-position: -0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#"><img src="flags/canada.png" alt="English" width="32" height="32" /></a><a class="alt_flag" style="background-position: -0px -200px;" title="English" onclick="doGTranslate('en|en');return false;" href="#"><img src="flags/usa.png" alt="English" width="32" height="32" /></a><a class="flag nturl" style="background-position: -700px -0px;" title="Danish" onclick="doGTranslate('en|da');return false;" href="#"><img src="flags/danish.png" alt="Danish" width="32" height="32" /></a><a class="flag nturl" style="background-position: -200px -100px;" title="French" onclick="doGTranslate('en|fr');return false;" href="#"><img src="flags/france.png" alt="French" width="32" height="32" /></a><a class="flag nturl" style="background-position: -300px -100px;" title="German" onclick="doGTranslate('en|de');return false;" href="#"><img src="flags/germany.png" alt="German" width="32" height="32" /></a><a class="flag nturl" style="background-position: -600px -100px;" title="Italian" onclick="doGTranslate('en|it');return false;" href="#"><img src="flags/italy.png" alt="Italian" width="32" height="32" /></a><a class="flag nturl" style="background-position: -500px -200px;" title="Russian" onclick="doGTranslate('en|ru');return false;" href="#"><img src="flags/russia.png" alt="Russian" width="32" height="32" /></a><a class="flag nturl" style="background-position: -600px -200px;" title="Spanish" onclick="doGTranslate('en|es');return false;" href="#"><img src="flags/spain.png" alt="Spanish" width="32" height="32" /> </a>
</p>
But when we click any lanaguge , nothing happend.
Does i missed something in the code.