UPDATE: Minor bugfixes for the current functionallity. Now having a running out of the box system.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user