14.02.2014, 20:31
wersja skryptu MyBB:1.6.12
adres forum:localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chodzi mi o to żeby było wyrównane do belki :p
zawartość footer_languageselect
adres forum:localhost
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Chodzi mi o to żeby było wyrównane do belki :p
zawartość footer_languageselect
Kod PHP:
<form method="{$lang_redirect_url['form_method']}" action="{$lang_redirect_url['location']}" id="lang_select">
{$lang_redirect_url['form_html']}
<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
<select name="language" onchange="MyBB.changeLanguage();">
<optgroup label="{$lang->select_language}">
{$lang_options}
</optgroup>
</select>
{$gobutton}
</form>