Started template implemenation

This commit is contained in:
Pierre
2017-01-25 16:52:22 +01:00
parent 979940fdb9
commit 5794179800
8 changed files with 140 additions and 17 deletions

View File

@ -47,6 +47,9 @@
//Assets URL
assetsURL: "<?php echo config['pathAssets']; ?>",
//Templates URL
templatesURL : "<?php echo config['templatesURL']; ?>",
//Site URL
siteURL: "<?php echo config['siteURL']; ?>",