|
@@ -14,8 +14,11 @@
|
|
|
<meta name="description" content="{{$.Data.MetaDescription}}" />
|
|
|
<link rel="shortcut icon" href="{{$.System.PathIcoFav}}" type="image/x-icon" />
|
|
|
|
|
|
- <!-- Template CSS file from public folder -->
|
|
|
- <link rel="stylesheet" href="/assets/theme/styles.css">
|
|
|
+ <!-- Template CSS file from template folder -->
|
|
|
+ <link rel="stylesheet" href="{{$.System.PathThemeStyles}}?v=1">
|
|
|
+
|
|
|
+ <!-- Template JavaScript file from template folder -->
|
|
|
+ <script src="{{$.System.PathThemeScripts}}?v=1"></script>
|
|
|
</head>
|
|
|
<body class="fixed-top-bar1">
|
|
|
<div id="wrap">
|