View file minibb11/templates/main_language.html

File size: 517B
<table align=center width="{$tableParam[0]}" border={$tableParam[5]} cellspacing={$tableParam[7]} cellpadding={$tableParam[6]}>
<tr>
<td class=cell1>
<h1>{$l_menu[8]}</h1>
<form action="index.php" method=post>
{$langList}
<input type=hidden name=action value=language2>
<br>
<input type=checkbox name=deleteLang> {$l_deleteLang} <small>*<a href="index.php?action=manual#userlang">{$l_whatIsIt}</a></small>

<br><br>
<input type=submit value="{$l_chooseLang}" class=inputButton>
</form>
</td></tr></table>