|
@@ -6,6 +6,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
|
<title>{{$.Data.Title}}</title>
|
|
|
<link rel="stylesheet" href="{{$.System.PathCssBootstrap}}">
|
|
|
+ <link rel="stylesheet" href="{{$.System.PathCssCpWysiwygPell}}">
|
|
|
<link rel="stylesheet" href="{{$.System.PathCssStyles}}" />
|
|
|
<link rel="stylesheet" href="{{$.System.PathCssCpStyles}}">
|
|
|
<link rel="shortcut icon" href="{{$.System.PathIcoFav}}" type="image/x-icon" />
|
|
@@ -83,6 +84,7 @@
|
|
|
<script src="{{$.System.PathJsJquery}}"></script>
|
|
|
<script src="{{$.System.PathJsPopper}}"></script>
|
|
|
<script src="{{$.System.PathJsBootstrap}}"></script>
|
|
|
+ <script src="{{$.System.PathJsCpWysiwygPell}}"></script>
|
|
|
<script src="{{$.System.PathJsCpScripts}}"></script>
|
|
|
</body>
|
|
|
</html>
|