Hi,
i installed 2 language packs in phpbb3 forum,so is there any way that i can assign different default style for each language of them ?
Code: Select all
$return.= '<select name="cpgLanguageSelect" class="listbox_lang" onchange="if (this.options[this.selectedIndex].value) window.location.href=\'' . $cpgChangeUrl . '\' + this.options[this.selectedIndex].value;">' . $lineBreak;
Code: Select all
$return.= '<select name="cpgLanguageSelect" class="listbox_lang" onchange="if (this.options[this.selectedIndex].value) window.location.href=\'' . $cpgChangeUrl . '\' + this.options[this.selectedIndex].value + \'&theme=\' + this.options[this.selectedIndex].value;">' . $lineBreak;