diff --git a/codegen/codegen.php b/codegen/codegen.php index f62a58b4b..b13d26c7a 100755 --- a/codegen/codegen.php +++ b/codegen/codegen.php @@ -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");