Ejemplo n.º 1
0
 public function index($file = 'TODO.md')
 {
     $todo = file_get_contents(ROW_PATH . '/' . $file);
     $todo = Output::markdown($todo);
     $this->tpl->display(false, array('content' => $todo));
     // Show no View, only Layout
 }