Browse Source

Add front-end js file to default theme

Vova Tkach 5 years ago
parent
commit
208dbeb6d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hosts/localhost/template/footer.html

+ 1 - 0
hosts/localhost/template/footer.html

@@ -22,5 +22,6 @@
 		<script src="{{$.System.PathJsJquery}}"></script>
 		<script src="{{$.System.PathJsPopper}}"></script>
 		<script src="{{$.System.PathJsBootstrap}}"></script>
+		<script src="{{$.System.PathThemeScripts}}"></script>
 	</body>
 </html>