sidebar call fixes

This commit is contained in:
John Bintz 2009-07-17 16:33:29 -04:00
parent 605f5e9386
commit cac287bc5d
12 changed files with 12 additions and 12 deletions

View File

@ -11,6 +11,6 @@
<div class="post-page-foot"></div>
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -166,6 +166,6 @@ $month['12'] = array('month' => 'December', 'days' => '31');
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -128,6 +128,6 @@ Template Name: Comic Storyline with Thumbs
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -129,6 +129,6 @@ Template Name: Comic Storyline Archive
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -66,6 +66,6 @@ Template Name: Comic Year Archive
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -52,6 +52,6 @@ Template Name: Comic Archive
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -18,6 +18,6 @@ Template Name: Archives
<div class="post-page-foot"></div>
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -64,6 +64,6 @@
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -91,6 +91,6 @@
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -20,6 +20,6 @@ Template Name: Links
</div>
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -17,6 +17,6 @@
<?php comments_template(); ?>
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>

View File

@ -90,6 +90,6 @@
</div>
<?php include(TEMPLATEPATH . '/sidebar.php') ?>
<?php get_sidebar(); ?>
<?php get_footer() ?>