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:
parent
9bd2b351a8
commit
092b0410eb
|
@ -159,8 +159,6 @@ foreach ( $years as $year ) {
|
||||||
<?php if ('open' == $post->comment_status) {
|
<?php if ('open' == $post->comment_status) {
|
||||||
comments_template('', true);
|
comments_template('', true);
|
||||||
} ?>
|
} ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -40,8 +40,6 @@ $posts = query_posts('&show_posts=-1&posts_per_page=-1&cat='.get_all_comic_categ
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -70,8 +70,6 @@ Template Name: Comic Storyline with Thumbs
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -72,8 +72,6 @@ Template Name: Comic Storyline Archive
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -46,8 +46,6 @@ if (empty($archive_year) || $archive_year == '') $archive_year = date('Y');
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -33,8 +33,7 @@ Template Name: Comic Archive
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -147,9 +147,7 @@
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php comicpress_pagination(); ?>
|
<?php comicpress_pagination(); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -19,8 +19,6 @@ Template Name: Archives
|
||||||
</div>
|
</div>
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -55,8 +55,6 @@
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
4
blog.php
4
blog.php
|
@ -48,9 +48,7 @@ Template Name: Blog
|
||||||
<div class="clear"></div>
|
<div class="clear"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<?php get_sidebar('underblog'); ?>
|
<?php get_sidebar('underblog'); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -110,8 +110,6 @@ Templete Author Email: philip@frumph.net
|
||||||
</div>
|
</div>
|
||||||
<?php endwhile; endif; ?>
|
<?php endwhile; endif; ?>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
||||||
|
|
|
@ -870,4 +870,7 @@ function rss_count_comments(){
|
||||||
|
|
||||||
add_action('the_title_rss','rss_count_comments');
|
add_action('the_title_rss','rss_count_comments');
|
||||||
|
|
||||||
|
|
||||||
|
if (comicpress_check_themepack_file('functions') == false) {}
|
||||||
|
|
||||||
?>
|
?>
|
|
@ -61,8 +61,6 @@
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -122,8 +122,7 @@ if ($disable_comic_frontpage != 'yes' && $disable_comic_blog_frontpage != 'yes'
|
||||||
<?php }
|
<?php }
|
||||||
} ?>
|
} ?>
|
||||||
|
|
||||||
<?php get_sidebar('underblog'); ?>
|
<?php get_sidebar('underblog'); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -1,4 +1,5 @@
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<?php if (is_cp_theme_layout('3c2r')) {
|
<?php if (is_cp_theme_layout('3c2r')) {
|
||||||
get_sidebar('left');
|
get_sidebar('left');
|
||||||
} ?>
|
} ?>
|
||||||
|
|
|
@ -27,8 +27,6 @@ Template Name: Links
|
||||||
<div class="post-page-foot"></div>
|
<div class="post-page-foot"></div>
|
||||||
</div>
|
</div>
|
||||||
<?php endwhile; ?>
|
<?php endwhile; ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -23,8 +23,6 @@ Template Name: Members Only Blog
|
||||||
|
|
||||||
endif; ?>
|
endif; ?>
|
||||||
<?php get_sidebar('underblog'); ?>
|
<?php get_sidebar('underblog'); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
2
page.php
2
page.php
|
@ -19,8 +19,6 @@
|
||||||
comments_template('', true);
|
comments_template('', true);
|
||||||
} ?>
|
} ?>
|
||||||
<?php endwhile; endif; ?>
|
<?php endwhile; endif; ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -99,9 +99,7 @@ $count = $tmp_search->post_count;
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php comicpress_pagination(); ?>
|
<?php comicpress_pagination(); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -117,9 +117,7 @@ $count = $tmp_search->post_count;
|
||||||
</div>
|
</div>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
<?php comicpress_pagination(); ?>
|
<?php comicpress_pagination(); ?>
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
|
@ -103,8 +103,5 @@
|
||||||
|
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
<?php include(get_template_directory() . '/layout-foot.php'); ?>
|
||||||
<?php get_footer() ?>
|
<?php get_footer() ?>
|
Loading…
Reference in New Issue