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

system/themes/charcoal/page.single.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="<?php echo $page_class?>">
00007         <?php if ( is_array( $post->tags ) && !empty($post->tags) ) : ?>
00008           <div class="post-tags">
00009             <?php echo $post->tags_out;?>
00010           </div>
00011         <?php endif ?>
00012           <div class="post-title">
00013             <h3>
00014               <a href="<?php echo $post->permalink; ?>" title="<?php echo $post->title; ?>"><?php echo $post->title_out; ?></a>
00015             </h3>
00016           </div>
00017           <div class="post-entry">
00018             <?php echo $post->content_out; ?>
00019           </div>
00020           <div class="post-footer">
00021           <?php if ( $loggedin ) : ?>
00022             <span class="post-edit">
00023             <a href="<?php echo $post->editlink; ?>" title="<?php _e( "Edit post" ); ?>"><?php _e( "Edit" ); ?></a>
00024             </span>
00025           <?php endif;?>
00026           </div>
00027         </div>
00028       </div>
00029     </div>
00030     <div id="top-secondary">
00031       <?php include'sidebar.php' ?>
00032     </div>
00033     <div class="clear"></div>
00034   </div>
00035 </div>
00036 <div id="page-bottom">
00037   <div id="wrapper-bottom">
00038     <div id="bottom-primary">
00039     
00040     <?php include 'comments.php'; ?>
00041     
00042     <!-- comment form -->
00043     
00044     <?php include 'commentform.php'; ?>
00045     
00046     <!-- /comment form -->
00047 
00048 <?php include 'footer.php'; ?>

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