Temanızın index.template.php'sini açın.
Bul:


Kod:
// Show the "Powered by" and "Valid" logos, as well as the copyright. Remember, the copyright must be somewhere!
Üstüne Ekle:


Kod:
// dil
echo'
<table cellspacing="0" cellpadding="3" border="0" align="center" width="100%">
<tr><td height="30" width="100%" class=titlebg>';
echo'
<form action="', $scripturl, '" method="get" style="padding:0; margin: 0;">
<select name="jumpto" id="jumpto" onchange="if (this.selectedIndex > 0 && this.options[this.selectedIndex].value) window.location.href = smf_scripturl + this.options[this.selectedIndex].value.substr(smf_scripturl.indexOf(\'?\') == -1 || this.options[this.selectedIndex].value.substr(0, 1) != \'?\' ? 0 : 1);">
<optgroup style="background-color: #b0c4de;" label="Select Language"></optgroup>';
echo '
<option value="?language=turkish">--Lisan Seç</option>
<option value="?language=turkish">--Turkish</option>
<option value="?language=english">--English</option>
</form>
</td></tr></table>';