Esempio n. 1
0
 public function error($args = '')
 {
     // set the header and stats code.
     Headers::Set(404, $this->format);
     $this->title = "File Not Found";
     return $this->template->mvc($this->getMvcConfig());
 }