welcome on board new 'Sparkle' theme and also welcome on board BNoiZe as theme maintainer (creater of Sparkle theme)

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-01 15:21:35 +02:00
parent ecdb9ddbdc
commit 38a53e49fd
390 changed files with 7923 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
$header
<article>
<header>
<h2>
<img src="templates/{$theme}/assets/img/icons/templates_add_big.png" alt="" />&nbsp;
{$lng['admin']['templates']['template_add']}
</h2>
</header>
<section class="tinyform bradiusodd">
<form method="post" action="{$linker->getLink(array('section' => 'templates'))}" enctype="application/x-www-form-urlencoded">
<fieldset>
<legend>Froxlor&nbsp;-&nbsp;{$lng['menue']['main']['changelanguage']}</legend>
<p>
<label for="language">{$lng['login']['language']}:</label>&nbsp;
<select id="language" name="language">$language_options</select>
</p>
<p class="submit">
<input type="hidden" name="s" value="$s" />
<input type="hidden" name="page" value="$page" />
<input type="hidden" name="action" value="$action" />
<input type="hidden" name="prepare" value="prepare" />
<input type="submit" value="{$lng['panel']['next']}" />
</p>
</fieldset>
</form>
</section>
</article>
$footer