Instaldeco_Web/src/wp-content/themes/broadside/404.php
david 5eb43a8c15 - Cambios
git-svn-id: https://192.168.0.254/svn/Proyectos.Instaldeco_Web/trunk@8 d4ca0941-a869-4c45-9eab-2e1fd2dd58c0
2011-09-23 20:27:09 +00:00

5 lines
215 B
PHP

<?php get_header(); ?>
<div class="content-container">
<h1 id="error404"><?php echo of_get_option('404_error', '404 Page Not Found'); ?></h1>
</div><!-- close #content-container -->
<?php get_footer(); ?>