shapebox/404.php
2022-03-29 13:42:06 +02:00

15 lines
No EOL
208 B
PHP

<?php get_header(); ?>
<div class="content">
<div class="content-inner">
<?php get_template_part('inc/page-title'); ?>
</div>
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>