bigvisual/404.php

11 lines
167 B
PHP
Raw Permalink Normal View History

2021-09-29 12:47:20 +02:00
<?php get_header(); ?>
<div class="content">
<?php get_template_part('inc/page-title'); ?>
</div><!--/.content-->
<?php get_sidebar(); ?>
<?php get_footer(); ?>