@@ -141,6 +141,10 @@ class FilesInFolders { | |||
$str | |||
); | |||
} | |||
$includeTemplates = array_key_exists('includeTemplates', $this->config) | |||
? $this->config['includeTemplates'] | |||
: $f3->get('includeTemplates') ? : FALSE | |||
; | |||
foreach($this->structs[$domain_key]['tpl'] as $key=>$file) { | |||
$str = \Template::instance()->render(substr($file,7)); | |||
$str = self::linkify($str); |
@@ -24,6 +24,7 @@ title=Title of new Page | |||
hideFromSearchEngines=true | |||
bulkIncludePic=false | |||
bulkIncludeAudio=false | |||
includeTemplates=true | |||
;; (multilingual) content configuration | |||
;; ------------------------------------ |