/var/www/protarget.com.ua/www/controllers
Edit: /var/www/protarget.com.ua/www/controllers/class.error.php (491B)
_msg=$msg;
parent::__construct();
$this->view->title='Ошибка. ';
}
public function index (){
if($this->_msg!=''){
$this->view->msg =$this->_msg;
}else{
$this->view->msg="Такой страницы нет." ;
}
$this->view->render('error/error');
}
}
?>