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/header_select2.twig')
-rw-r--r--assets/templates/header_select2.twig15
1 files changed, 9 insertions, 6 deletions
diff --git a/assets/templates/header_select2.twig b/assets/templates/header_select2.twig
index 383e247d..8749a607 100644
--- a/assets/templates/header_select2.twig
+++ b/assets/templates/header_select2.twig
@@ -1,7 +1,10 @@
-<head data-headertemplate="{{ headertemplate }}">
- {% include 'components/common_head.twig' %}
+<!DOCTYPE html>
+<html xml:lang="{{lang.applocale}}" lang="{{lang.applocale}}" dir="{{lang.applangdir}}">
- <link rel="stylesheet" href="{{ subfolder }}/assets/vendor/select2/css/select2.css" type="text/css" />
- <script src="{{ subfolder }}/assets/vendor/select2/js/select2.full.min.js"></script>
- <script src="{{ subfolder }}/assets/vendor/select2/js/i18n/{{ lang.isolang }}.js"></script>
-</head>
+ <head data-headertemplate="{{headertemplate}}">
+ {% include 'components/common_head.twig' %}
+
+ <link rel="stylesheet" href="{{subfolder}}/assets/vendor/select2/css/select2.css" type="text/css" />
+ <script src="{{subfolder}}/assets/vendor/select2/js/select2.full.min.js"></script>
+ <script src="{{subfolder}}/assets/vendor/select2/js/i18n/{{lang.isolang}}.js"></script>
+ </head> \ No newline at end of file