Removed the </div></div> at end of files, added it into layout-foot.php

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-10-30 13:32:01 -07:00
parent 9bd2b351a8
commit 092b0410eb
21 changed files with 13 additions and 46 deletions

View File

@ -159,8 +159,6 @@ foreach ( $years as $year ) {
<?php if ('open' == $post->comment_status) {
comments_template('', true);
} ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -40,8 +40,6 @@ $posts = query_posts('&show_posts=-1&posts_per_page=-1&cat='.get_all_comic_categ
</div>
<div class="post-page-foot"></div>
</div>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -70,8 +70,6 @@ Template Name: Comic Storyline with Thumbs
</div>
<div class="post-page-foot"></div>
</div>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -72,8 +72,6 @@ Template Name: Comic Storyline Archive
</div>
<div class="post-page-foot"></div>
</div>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -46,8 +46,6 @@ if (empty($archive_year) || $archive_year == '') $archive_year = date('Y');
</div>
<div class="post-page-foot"></div>
</div>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -33,8 +33,7 @@ Template Name: Comic Archive
</div>
<div class="post-page-foot"></div>
</div>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -148,8 +148,6 @@
<?php endif; ?>
<?php comicpress_pagination(); ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

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

View File

@ -55,8 +55,6 @@
<div class="post-page-foot"></div>
</div>
<?php } ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -48,9 +48,7 @@ Template Name: Blog
<div class="clear"></div>
</div>
<?php } ?>
<?php get_sidebar('underblog'); ?>
</div>
</div>
<?php get_sidebar('underblog'); ?>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -110,8 +110,6 @@ Templete Author Email: philip@frumph.net
</div>
<?php endwhile; endif; ?>
<?php endif; ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -870,4 +870,7 @@ function rss_count_comments(){
add_action('the_title_rss','rss_count_comments');
if (comicpress_check_themepack_file('functions') == false) {}
?>

View File

@ -61,8 +61,6 @@
<div class="post-page-foot"></div>
</div>
<?php endif; ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -122,8 +122,7 @@ if ($disable_comic_frontpage != 'yes' && $disable_comic_blog_frontpage != 'yes'
<?php }
} ?>
<?php get_sidebar('underblog'); ?>
</div>
</div>
<?php get_sidebar('underblog'); ?>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -1,4 +1,5 @@
</div>
</div>
<?php if (is_cp_theme_layout('3c2r')) {
get_sidebar('left');
} ?>

View File

@ -27,8 +27,6 @@ Template Name: Links
<div class="post-page-foot"></div>
</div>
<?php endwhile; ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -23,8 +23,6 @@ Template Name: Members Only Blog
endif; ?>
<?php get_sidebar('underblog'); ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -19,8 +19,6 @@
comments_template('', true);
} ?>
<?php endwhile; endif; ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -99,9 +99,7 @@ $count = $tmp_search->post_count;
</div>
<?php endif; ?>
<?php comicpress_pagination(); ?>
</div>
</div>
<?php comicpress_pagination(); ?>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -117,9 +117,7 @@ $count = $tmp_search->post_count;
</div>
<?php endif; ?>
<?php comicpress_pagination(); ?>
</div>
</div>
<?php comicpress_pagination(); ?>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>

View File

@ -103,8 +103,5 @@
<?php endif; ?>
</div>
</div>
<?php include(get_template_directory() . '/layout-foot.php'); ?>
<?php get_footer() ?>