mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-20 04:23:26 +02:00
Move template_header and change_template to twig
This commit is contained in:
4
system/templates/forms.change_template.html.twig
Normal file
4
system/templates/forms.change_template.html.twig
Normal 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>
|
Reference in New Issue
Block a user