Global rewrite of engine:
[mailer.git] / templates / de / html / theme / theme_select_form.tpl
1 <form accept-charset="utf-8" action="$content[form_action]" method="post">
2         <select name="new_theme" class="guest_select">
3                 $content[selection]
4         </select>
5         <br />
6         <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
7 </form>