UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system.

This commit is contained in:
Stephan Kasdorf
2017-07-31 21:44:52 +02:00
parent afcde5ca49
commit 28fe5936cf
7 changed files with 26 additions and 10 deletions

View File

@@ -2,10 +2,10 @@
;;name = "Dwoo"
name = "Smarty"
;;name = "Twig"
cache = "application/view/cache/"
templates = "application/view/templates/"
templates_c = "application/view/templates_c/"
config_dir = "application/view/configs/"
cache = "/../../application/view/cache/"
templates = "/../../application/view/templates/"
templates_c = "/../../application/view/templates_c/"
config_dir = "/../../application/view/configs/"
class_file = "core/l/Smarty/Smarty.class.php"
debugbar = false