css = "" ; $this->menu = file_get_contents ('template/menu.tpl') ; //$this->css = '' ; //$this->menu = '' ; } static function http404() { header('HTTP/1.1 404 Not Found') ; print '404 Not Found

Invalid URL

' ; exit ; } function __call($name, $arguments) { self::http404(); } } ?>