35 lines
1000 B
Smarty
35 lines
1000 B
Smarty
$header
|
|
<article>
|
|
<header>
|
|
<h2>
|
|
<img src="templates/{$theme}/assets/img/icons/display.png" alt="" />
|
|
{$lng['menue']['main']['changetheme']}
|
|
</h2>
|
|
</header>
|
|
|
|
<section class="tinyform bradius">
|
|
<form method="post" action="{$linker->getLink(array('section' => 'index'))}" enctype="application/x-www-form-urlencoded">
|
|
<fieldset>
|
|
<input type="hidden" name="s" value="$s" />
|
|
<input type="hidden" name="page" value="$page" />
|
|
<input type="hidden" name="send" value="send" />
|
|
<table class="formtable tinyform">
|
|
<tr>
|
|
<td width="50%"><label for="theme">{$lng['panel']['theme']}:</label></td>
|
|
<td><select id="theme" name="theme">$theme_options</select></td>
|
|
</tr>
|
|
<tfoot>
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
<input class="bottom" type="submit" value="{$lng['menue']['main']['changetheme']}" />
|
|
</td>
|
|
</tr>
|
|
</tfoot>
|
|
</table>
|
|
</fieldset>
|
|
</form>
|
|
</section>
|
|
</article>
|
|
$footer
|
|
|