boxcard/404.php

11 lines
181 B
PHP
Raw Permalink Normal View History

2019-08-11 11:08:52 +02:00
<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
</div><!--/.content-->
<div id="move-sidebar-content"></div>
<?php get_footer(); ?>