Ejemplo n.º 1
0
 /**
  * Errors
  */
 function error()
 {
     //////////////////
     // GET FEATURED //
     //////////////////
     $webconfig = API::GetWebConfig();
     //////////
     // Page //
     //////////
     $this->layout->page = view('errors.404');
     $this->layout->page->webconfig = $webconfig;
     $this->layout->title = 'Capcus.id';
     return $this->layout;
 }