Functions:load templates
From Dwoo Docs
Checks whether a variable is not null
load_templates(string $file)
- file : the resource/template name to parse for sub-templates (those are defined using {template}
Templates are only visible in the file they are loaded, so if you include another file you have to call load_templates there also.
Example:
{load_templates "subtemplates.tpl"}
{menu $menuTree}




