Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'assets/templates/footer.twig')
-rw-r--r--assets/templates/footer.twig11
1 files changed, 7 insertions, 4 deletions
diff --git a/assets/templates/footer.twig b/assets/templates/footer.twig
index 6acdf593..835dcdd9 100644
--- a/assets/templates/footer.twig
+++ b/assets/templates/footer.twig
@@ -1,4 +1,7 @@
-{{ script_footer|raw }} {% if print_bottom_link == true %}
- <a data-footertemplate="{{ footer_template }}" href="#" class="bottom_link">{{ lang.strgotoppage }}</a>
-{% endif %}
-<script src="{{ subfolder }}/assets/js/footer_scripts.js" type="text/javascript"></script>
+{{script_footer|raw}} {% if print_bottom_link == true %}
+<a data-footertemplate="{{footer_template}}" href="#" class="bottom_link">{{lang.strgotoppage}}</a> {% endif %}
+<script src="{{subfolder}}/assets/js/footer_scripts.js" type="text/javascript"></script>
+
+</body>
+
+</html> \ No newline at end of file