3
0

fix: codegen template path update

This commit is contained in:
Tit Petric
2018-07-13 20:28:28 +02:00
parent 837c10e448
commit 657ef15cf5

View File

@@ -20,6 +20,7 @@ function array_change_key_case_recursive($arr) {
}
$tpl = new Monotek\MiniTPL\Template;
$tpl->set_paths(array(__DIR__ . "/templates/"));
$tpl->set_compile_location("/tmp", true);
$tpl->add_default("newline", "\n");