Mineplex/.FILES USED TO GET TO WHERE WE ARE PRESENTLY/xampp/phpMyAdmin/templates/footer.twig

25 lines
388 B
Twig
Raw Normal View History

2023-05-17 21:44:01 +00:00
{% if not is_ajax %}
</div>
{% endif %}
{% if not is_ajax and not is_minimal %}
{{ self_link|raw }}
<div class="clearfloat" id="pma_errors">
{{ error_messages|raw }}
</div>
{{ scripts|raw }}
{% if is_demo %}
<div id="pma_demo">
{{ demo_message|raw }}
</div>
{% endif %}
{{ footer|raw }}
{% endif %}
{% if not is_ajax %}
</body>
</html>
{% endif %}