File: /home/mmickelson/otbproductions.org.old/wp-content/themes/eclipse/404.php
<?php
/**
* 404 template used by Eclipse.
*
* Authors: Tyler Cunningham, Trent Lapinski
* Copyright: © 2012
* {@link http://cyberchimps.com/ CyberChimps LLC}
*
* Released under the terms of the GNU General Public License.
* You should have received a copy of the GNU General Public License,
* along with this software. In the main directory, see: /licensing/
* If not, see: {@link http://www.gnu.org/licenses/}.
*
* @package Eclipse.
* @since 1.0
*/
global $options, $ec_themeslug, $post, $sidebar, $content_grid; // call globals
/* Header call. */
response_sidebar_init();
get_header();
/* End header. */
?>
<div class="container">
<div class="row">
<!--Begin @response before content sidebar hook-->
<?php response_before_content_sidebar(); ?>
<!--End @response before content sidebar hook-->
<div id="content" class="<?php echo $content_grid; ?>">
<div class="content_padding">
<!-- Begin @response before_404 hook content-->
<?php response_before_404(); ?>
<!-- Begin @response before_404 hook content-->
<!-- Begin @response 404 hook content-->
<?php response_404(); ?>
<!-- Begin @response 404 hook content-->
<!-- Begin @response after_404 hook content-->
<?php response_after_404(); ?>
<!-- Begin @response after_404 hook content-->
</div><!--end content_padding-->
</div><!--end content_left-->
<!--Begin @response after content sidebar hook-->
<?php response_after_content_sidebar(); ?>
<!--End @response after content sidebar hook-->
</div><!--end content_wrap-->
</div><!--end row-->
</div><!--end container-->
<?php get_footer(); ?>