switch to proper use of get_sidebar

This commit is contained in:
John Bintz 2009-07-19 19:27:09 -04:00
parent 2924eaf1ad
commit d7a4323c42
15 changed files with 15 additions and 15 deletions

View File

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

View File

@ -93,6 +93,6 @@ for ($i = 0; $i < 7; ++$i) {
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

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

View File

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

View File

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

View File

@ -45,6 +45,6 @@ Template Name: Comic Archive
<div class="post-page-foot"></div> <div class="post-page-foot"></div>
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

@ -24,6 +24,6 @@
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

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

View File

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

View File

@ -21,6 +21,6 @@
?> ?>
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

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

View File

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

View File

@ -69,6 +69,6 @@
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

@ -24,6 +24,6 @@
?> ?>
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>

View File

@ -32,6 +32,6 @@
?> ?>
</div> </div>
<?php include(get_template_directory() . '/sidebar.php') ?> <?php get_sidebar() ?>
<?php get_footer() ?> <?php get_footer() ?>