Hello,
In PHPbb3, we have this code to insert another language keyboard at the bottom of the page for the whole site, the purpose is for the users to type their native language in our site. Do you know where I can put this code in Dolphin so users can type their language ?
<!-- IF S_USER_LANG == 'vi' -->
<script type="text/javascript" src="http://dophuquy.googlecode.com/files/mudim.js">
</script> <!-- ENDIF -->
<!-- IF S_USER_LANG == 'en' -->
<script type="text/javascript" src="http://dophuquy.googlecode.com/files/mudim.js">
</script>
<!-- ENDIF -->