myaac/system/templates/guilds.back_button.html.twig
slawkens e45d27b5c7 * moved most of guilds html-in-php code to twig
* moved buttons to separate templates
* moved online search for to twig
2017-10-18 16:08:15 +02:00

8 lines
247 B
Twig

{% if new_line is defined and new_line %}
<br/>
{% endif %}
<center>
<form action="{% if action is not defined %}{{ getLink('guilds') }}{% else %}{{ action }}{% endif %}" method="post">
{{ include('buttons.back.html.twig') }}
</form>
</center>