// init template engine and database require(dirname(__FILE__).'/__app/__init__.php'); $vars = array(); // Page Info $vars['title'] = '404 Page'; $vars['meta_keywords'] = ''; $vars['meta_description'] = ''; // Extra Stylesheet Info $vars['extra_css'] = array( 'style_w_v4.css' ); // Menu Info $vars['selected_menu'] = ''; //-------------- // Main Content //-------------- $vars['content_header'] = '404 Page'; $vars['content'] = <<< EOF
We're very sorry you couldn't find exactly what you're looking for.