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/browser.twig')
-rw-r--r--assets/templates/browser.twig23
1 files changed, 0 insertions, 23 deletions
diff --git a/assets/templates/browser.twig b/assets/templates/browser.twig
deleted file mode 100644
index b7b7dbe6..00000000
--- a/assets/templates/browser.twig
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html xml:lang="{{lang.applocale}}" lang="{{lang.applocale}}" dir="{{lang.applangdir}}">
-
- <head data-headertemplate="{{headertemplate}}">
- {% include 'components/common_head.twig' %}
-
- <script src="{{subfolder}}/assets/vendor/jstree/jstree.min.js"></script>
- <style type="text/css">
- .refreshTree {
- position: absolute;
- right: 0;
- z-index: 1000;
- }
- </style>
- </head>
-
- <body class="browser">
- {% include 'components/browser_body.twig' %}
- <script src="{{subfolder}}/assets/js/jstree_events.js"></script>
-
- </body>
-
-</html>