Path : /srv/www/vhosts/aife/aife.cz/wp-content/themes/Proyecto/ |
Current File : /srv/www/vhosts/aife/aife.cz/wp-content/themes/Proyecto/404.php |
<?php /** * @package WordPress * @subpackage proyecto Theme */ ?> <?php get_header(); ?> <div id="page-heading"> <h1 class="page-title"><?php _e('404 Error','proyecto'); ?></h1> </div> <!-- END page-heading --> <div class="post clearfix"> <div class="entry clearfix"> <p><?php _e('Sorry, the page you were looking for could not be found.','proyecto'); ?>.</p> </div><!-- END entry --> </div> <!-- END post --> <?php get_sidebar(); ?> <?php get_footer(); ?>