View file modules/main/system/main.php

File size: 522B
<?php
/**
 * Автор скрипта Орёл
 * Распространение бесплатно
 * icq: 952042
 * E-mail [email protected]
 */

defined('IN_ACCESS') or die('<b>Доступ закрыт =)</b>');

class Main_Controller extends Controller {
        function  __construct() {
                parent::__construct();
        }

        public function action_page_notfound(){
                $this->tpl->assign($tpl_data);
                $this->tpl->display('page_not_found');
        }
}
?>