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/components/common_head.twig')
-rw-r--r--assets/templates/components/common_head.twig10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/templates/components/common_head.twig b/assets/templates/components/common_head.twig
index d3ca1c7f..fe83696c 100644
--- a/assets/templates/components/common_head.twig
+++ b/assets/templates/components/common_head.twig
@@ -3,13 +3,13 @@
<script src="{{subfolder}}/assets/js/polyfills.js" type="text/javascript"></script>
<script src="{{subfolder}}/assets/js/less.min.js" type="text/javascript"></script>
<link rel="stylesheet" href="{{subfolder}}/assets/themes/{{theme}}/global.css" type="text/css" id="csstheme" />
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.css" type="text/css" />
- <link rel="shortcut icon" href="{{Favicon}}" type="image/vnd.microsoft.icon" />
- <link rel="icon" href="{{Introduction}}" type="image/png" />
-
+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
+
+
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.css" type="text/css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.0/jquery-ui.min.js"></script>
{{script|raw}}
- <title data-headertemplate="{{headertemplate}}" data-subfolder="{{subfolder}}">{{appName}}{{title}}</title> \ No newline at end of file
+ <title data-headertemplate="{{headertemplate}}" data-subfolder="{{subfolder}}">{{template}} {{appName}}{{title}}</title> \ No newline at end of file