git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@179 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
13 lines
312 B
PHP
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(); ?>
|