This commit is contained in:
fusionate
2023-05-23 18:38:57 +00:00
19 changed files with 6954 additions and 6964 deletions
+1
View File
@@ -44,6 +44,7 @@
$this->object->setTemplateDir($this->template_dir);
$this->object->setCompileDir($this->cache_dir);
$this->object->setCacheDir($this->cache_dir);
$this->object->registerPlugin("modifier","in_array", "in_array");
}
if ($this->engine === 'raintpl') {
require_once "resources/templates/engine/raintpl/rain.tpl.class.php";