]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/theme_select_form.tpl
We should continue and not break the while() loop when an excluded folder/file was...
[mailer.git] / templates / de / html / theme_select_form.tpl
index bf57dcf32f45a1898eda792e7183538354f6947e..65ab6637c1a0549f5c34c5362adde48d644d3332 100644 (file)
@@ -1,6 +1,7 @@
-<form action="{!__FORM_VALUE!}" method="POST" style="margin-bottom: 0px">
-<select name="new_theme" class="guest_select">
-       {!__THEME_SELECTION_OPTIONS!}
-</select> <br />
-<input type="submit" name="ok" class="guest_submit"
-       value="{--CHANGE_THEME--}" /></form>
+<form action="$content[form_action]" method="post" style="margin-bottom: 0px">
+       <select name="new_theme" class="guest_select">
+               $content[selection]
+       </select>
+       <br />
+       <input type="submit" name="ok" class="guest_submit" value="{--CHANGE_THEME--}" />
+</form>