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_datatables.twig')
-rw-r--r--assets/templates/header_datatables.twig13
1 files changed, 8 insertions, 5 deletions
diff --git a/assets/templates/header_datatables.twig b/assets/templates/header_datatables.twig
index d0e451af..32eaa73a 100644
--- a/assets/templates/header_datatables.twig
+++ b/assets/templates/header_datatables.twig
@@ -1,6 +1,9 @@
-<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/datatables/datatables.min.css" type="text/css" />
- <script src="{{ subfolder }}/assets/vendor/datatables/datatables.min.js"></script>
-</head>
+ <head data-headertemplate="{{headertemplate}}">
+ {% include 'components/common_head.twig' %}
+
+ <link rel="stylesheet" href="{{subfolder}}/assets/vendor/datatables/datatables.min.css" type="text/css" />
+ <script src="{{subfolder}}/assets/vendor/datatables/datatables.min.js"></script>
+ </head> \ No newline at end of file