ASong2U_Web/wp-content/themes/score/404.php
2012-09-19 18:12:20 +00:00

13 lines
312 B
PHP

<?php get_header(); ?>
<h1 class="page-title"><?php _e('Page Not Found', 'gp_lang'); ?></h1>
<div id="content">
<h4><?php _e('Oops, it looks like this page does not exist. If you are lost try using the search box.', 'gp_lang'); ?></h4>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>