<?defined('SYSPATH') or die('<b>403<br />Запрет доступа</b>');class Contact extends Controller{public function action_index() { $this->view->display('Контакты','','contact'); } }