Ejemplo n.º 1
0
 public function fetch($template, array $params = array())
 {
     $templating = $this->getApp()->getTemplating();
     $templating->addGlobal('app', $this->getApp());
     $templating->addGlobal('headers', DOC::getHeaders());
     return $templating->render($template, $params);
 }