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

header_select2.twig « templates « assets - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8749a60777472c1fea117fbf52b134e30cb7dc23 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html xml:lang="{{lang.applocale}}" lang="{{lang.applocale}}"  dir="{{lang.applangdir}}">

    <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>