myaac/templates/tibiacom/buttons.cancel.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

3 lines
115 B
Twig

{% set button_name = 'Cancel' %}
{% set button_image = '_sbutton_cancel' %}
{% include('buttons.base.html.twig') %}