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

{% set button_name = 'Account lost?' %}
{% set button_image = '_sbutton_accountlost' %}
{% include('buttons.base.html.twig') %}