Example #1
0
 * Built on the Carrington theme framework <http://carringtontheme.com>
 *
 * Copyright 2008-2015 Crowd Favorite, Ltd. All rights reserved. <http://crowdfavorite.com>
 * Released under the GPL license
 * http://www.opensource.org/licenses/gpl-license.php
 */
if (__FILE__ == $_SERVER['SCRIPT_FILENAME']) {
    die;
}
if (CFCT_DEBUG) {
    cfct_banner(__FILE__);
}
get_header();
?>
<div id="main-body" class="clearfix">
	<h1 class="section-title"><span><?php 
echo cfpt_get_page_title();
?>
</span></h1>
	<?php 
cfct_loop();
cfct_misc('nav-posts');
?>
</div><!-- #main-content -->
<div id="main-sidebar" class="clearfix">
	<?php 
get_sidebar();
?>
</div><!-- #main-sidebar -->
<?php 
get_footer();
function cfpt_page_title($before = '', $after = '')
{
    if ($title = cfpt_get_page_title()) {
        echo $before . $title . $after;
    }
}