• Main Page
  • Related Pages
  • Namespaces
  • Classes
  • Files
  • Examples
  • File List

system/themes/charcoal/404.php

00001 <?php namespace Habari; ?>
00002 <?php if ( !defined( 'HABARI_PATH' ) ) { die('No direct access'); } ?>
00003 <?php include 'header.php'; ?>
00004 
00005       <div id="main-posts">
00006         <div class="post alt">
00007           <div class="post-title">
00008             <h3><?php _e( "Whoops! 404" ); ?></h3>
00009           </div>
00010           <div class="post-entry">
00011             <p><?php _e( "The page you were trying to access is not really there. Please try again." ); ?><p>
00012           </div>
00013         </div>
00014       </div>
00015     </div>
00016     <div id="top-secondary">
00017       <?php include'sidebar.php' ?>
00018     </div>
00019     <div class="clear"></div>
00020   </div>
00021 </div>
00022 <div id="page-bottom">
00023   <div id="wrapper-bottom">
00024     <div id="bottom-primary">
00025       <?php $theme->display_archives() ;?>
00026       
00027 <?php include 'footer.php'; ?>

Generated on Sun Aug 4 2013 12:51:44 for Habari by  doxygen 1.7.1