adding hooks & actions
This commit is contained in:
4
404.php
4
404.php
@@ -1,5 +1,7 @@
|
||||
<?php get_header(); ?>
|
||||
<?php roots_content_before(); ?>
|
||||
<div id="content" class="<?php echo roots_container_class; ?>">
|
||||
<?php roots_main_before(); ?>
|
||||
<div id="main" role="main">
|
||||
<div class="container">
|
||||
<h1><?php _e('File Not Found', 'roots'); ?></h1>
|
||||
@@ -14,5 +16,7 @@
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- /#main -->
|
||||
<?php roots_main_after(); ?>
|
||||
</div><!-- /#content -->
|
||||
<?php roots_content_after(); ?>
|
||||
<?php get_footer(); ?>
|
||||
|
||||
Reference in New Issue
Block a user