aboutsummaryrefslogtreecommitdiff
path: root/srcs/phpmyadmin/templates/footer.twig
diff options
context:
space:
mode:
Diffstat (limited to 'srcs/phpmyadmin/templates/footer.twig')
-rw-r--r--srcs/phpmyadmin/templates/footer.twig24
1 files changed, 24 insertions, 0 deletions
diff --git a/srcs/phpmyadmin/templates/footer.twig b/srcs/phpmyadmin/templates/footer.twig
new file mode 100644
index 0000000..8939308
--- /dev/null
+++ b/srcs/phpmyadmin/templates/footer.twig
@@ -0,0 +1,24 @@
+{% 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 %}