$str | $str | ||||
); | ); | ||||
} | } | ||||
$includeTemplates = array_key_exists('includeTemplates', $this->config) | |||||
? $this->config['includeTemplates'] | |||||
: $f3->get('includeTemplates') ? : FALSE | |||||
; | |||||
foreach($this->structs[$domain_key]['tpl'] as $key=>$file) { | foreach($this->structs[$domain_key]['tpl'] as $key=>$file) { | ||||
$str = \Template::instance()->render(substr($file,7)); | $str = \Template::instance()->render(substr($file,7)); | ||||
$str = self::linkify($str); | $str = self::linkify($str); |
hideFromSearchEngines=true | hideFromSearchEngines=true | ||||
bulkIncludePic=false | bulkIncludePic=false | ||||
bulkIncludeAudio=false | bulkIncludeAudio=false | ||||
includeTemplates=true | |||||
;; (multilingual) content configuration | ;; (multilingual) content configuration | ||||
;; ------------------------------------ | ;; ------------------------------------ |