'; echo '

404 Not Found

'; echo '

'.safe(URL::$error).'

'; echo ''; } URL::$fragments['main'] = ob_get_clean(); Profiler::log('main content: end', -1); $page_template = cfg('theme/path').'/page.'.URL::$page_type.'.php'; if(!file_exists($page_template)) $page_template = 'themes/common/page.'.URL::$page_type.'.php'; if(!file_exists($page_template)) die('fatal error: page template not found ('.$page_template.')'); require($page_template); Log::audit('page:'.URL::$route['page'], URL::$route['l-path']);