); | ); | ||||
} | } | ||||
foreach($this->structs[$domain_key]['tpl'] as $key=>$file) { | foreach($this->structs[$domain_key]['tpl'] as $key=>$file) { | ||||
$str = file_get_contents($file); | |||||
$str = \Template::instance()->render($file); | |||||
$str = \Template::instance()->render(substr($file,7)); | |||||
$str = self::linkify($str); | $str = self::linkify($str); | ||||
$this->content[$domain][$key."00tpl"] = sprintf( | $this->content[$domain][$key."00tpl"] = sprintf( | ||||
"<div class=\"item %s %s\">%s</div>", | "<div class=\"item %s %s\">%s</div>", |