MOON
Server: Apache/2.2.31 (Unix) mod_ssl/2.2.31 OpenSSL/0.9.8e-fips-rhel5 mod_bwlimited/1.4
System: Linux csr818.wilogic.com 2.6.18-419.el5xen #1 SMP Fri Feb 24 22:50:37 UTC 2017 x86_64
User: obrechts (544)
PHP: 5.4.45
Disabled: NONE
Upload Files
File: /home2/obrechts/bad.public_html.bad/wordpress/wp-content/themes/fusion/page.php
<?php /* Fusion/digitalnature */ ?>
<?php get_header(); ?>

<!-- mid content -->
<div id="mid-content">
  <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
    <div id="post-<?php the_ID(); ?>" <?php if (function_exists("post_class")) post_class(); else print 'class="post"'; ?>>
     <?php if (!get_post_meta($post->ID, 'hide_title', true)): ?><h2 class="title left"><?php the_title(); ?></h2><?php endif; ?>
     <p class="right edit-post"><?php edit_post_link(__('Edit','fusion')); ?></p>
     <div class="clear"></div>
     <div class="entry clearfix">
      <?php the_content(__('Read the rest of this page &raquo;', 'fusion')); ?>
      <?php wp_link_pages(array('before' => '<p class="postpages"><strong>'.__("Pages:","fusion").'</strong> ', 'after' => '</p>', 'next_or_number' => 'number')); ?>
     </div>
    </div>
   <?php endwhile; endif; ?>
   <?php comments_template(); ?>
</div>
<!-- mid content -->
</div>
<!-- /mid -->

<?php get_sidebar(); ?>

<?php get_footer(); ?>