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

header_datatables.twig « templates « assets - github.com/HuasoFoundries/phpPgAdmin6.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0e451afe86b49609852c7c95462e53c5126ae53 (plain)
1
2
3
4
5
6
<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>