<?phpfunctioninit_404(){header('HTTP/1.0 404 Not Found',true,404);returnarray('title'=>'404: Not Found');}functionbody_404(&$S){echoprint_error('Page Not Found!','The page you are trying to reach, <i>'.$S['conf']['url'].'/'.$S['request'].'</i> does not exist.');}?>