Files
sage/templates/404.php
2016-03-11 18:00:05 -05:00

8 lines
209 B
PHP

<?php App\template_part('partials/page-header'); ?>
<div class="alert alert-warning">
<?php _e('Sorry, but the page you were trying to view does not exist.', 'sage'); ?>
</div>
<?php get_search_form(); ?>