$template = $this->twig->loadTemplate($template_file);
, тоесть в этой строке. покажи как у тебя?mario, че доебаться решил :)))
public function __construct() {
Twig_Autoloader::register();
$this->loader = new Twig_Loader_Filesystem($_SERVER['DOCUMENT_ROOT'].'/tpl');
$this->twig = new Twig_Environment($this->loader, array( 'cache' => false ));
}