Ejemplo n.º 1
0
 protected function render_without_layout($template_file, $status)
 {
     $this->logger->debug('Rendering without layout...');
     return $this->render_text($this->template->render_file($template_file), $status);
 }