File: /home/mmickelson/theflexguy.com/wp-content/themes/vanilla/blog-set/posts/posts-default.php
<?php
// This file is part of the Carrington Theme for WordPress
// http://carringtontheme.com
//
// Copyright (c) 2008 Crowd Favorite, Ltd. All rights reserved.
// http://crowdfavorite.com
//
// Released under the GPL license
// http://www.opensource.org/licenses/gpl-license.php
//
// **********************************************************************
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
// **********************************************************************
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) { die(); }
if (CFCT_DEBUG) { cfct_banner(__FILE__); }
get_header();
global $vnl_width, $vnl_nesting, $vnl_template, $vnl_utility;
// Page-specific overides
//$vnl_width = "yui-d3";
//$vnl_nesting = "yui-gd";
//$vnl_template = "yui-t2";
//$vnl_utility = "yui-bg";
?>
<div id="bd" class="<?php echo($vnl_width." ".$vnl_template) ?> hfeed">
<?php
vanilla_widget_block("Breadcrumbs");
vanilla_yui_grid('Top');
vanilla_widget_block('Content Top');
?>
<div id="content">
<?php
cfct_loop();
cfct_misc('nav-posts');
?>
</div><!--#content-->
<?php
vanilla_widget_block('Content Bottom');
vanilla_yui_grid('Bottom');
get_footer();
?>