Hi everyone i need help... is it posible when members change the language there also will change the site Logo?
Or could anyone help me to do a mod for this?
Pls help
regards
Hi everyone i need help... is it posible when members change the language there also will change the site Logo? Or could anyone help me to do a mod for this? Pls help
regards |
A simple check for which language is chosen can be done with $_GET Open inc/design.inc.php Search for function getMainLogo() Before the last return line inside this function, add some if statements to check which language is chosen to return the alternate image like this: if($_GET['lang'] == 'tw') <-- tw is an example of the new language sup |