myaac/templates/tibiacom/buttons.edit.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
111 B
Twig

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