function weaverx_page_tail($who, $sb_layout)
{
    echo "\n</div><!-- /#content -->\n";
    // do not clear:both!
    weaverx_sidebar_after($sb_layout, $who);
    // sidebars after content
    echo "\n<div class='clear-container-end' style='clear:both;'></div></div><!-- /#container -->\n";
    weaverx_get_footer($who);
}
                        get_template_part('templates/content', get_post_format());
                        $sticky_one = false;
                }
                // end switch $num_cols
                weaverx_masonry('end-post');
            }
        }
    }
    // end while have posts
    weaverx_masonry('end-posts');
    echo "</div>\n";
    weaverx_content_nav('nav-below');
} else {
    weaverx_not_found_search(__FILE__);
}
// every thing done, so allow comments?
// comments_template( '', true );
weaverx_sb_postcontent('blog');
?>

		</div><!-- #content -->
<?php 
//$wp_query = $old_query;
wp_reset_query();
wp_reset_postdata();
// need these so extra-menus work in rightsidebar and footer
weaverx_sidebar_after($sb_layout, 'blog');
?>
		<div class="clear-container-end" style="clear:both"></div></div><!-- /#container -->
<?php 
weaverx_get_footer('blog');