Move template_header and change_template to twig

This commit is contained in:
slawkens
2020-10-18 06:54:54 +02:00
parent 881a28138a
commit abfd2c94f5
3 changed files with 35 additions and 29 deletions

View File

@@ -0,0 +1,4 @@
<form method="get" action="{{ constant('BASE_URL') }}">
<hidden name="subtopic" value="{{ constant('PAGE') }}"/>
<select name="template" onchange="this.form.submit()">{{ options|raw }}</select>
</form>