/*
Template Name:
Main template
*/
?>
require('./wp-blog-header.php');
require_once('header.php');
?>
/* -----------[ Home ]----------- */ ?>
get_sidebar(); ?>
$tpl = "post";
include (TEMPLATEPATH . '/tpl.global_theloop.php');
if (is_single())
{
include (TEMPLATEPATH . '/navigation.php');
}
?>
if (!is_single()) { ?>
Previously
$tpl = "other";
include (TEMPLATEPATH . '/tpl.global_theloop.php');
?>
include (TEMPLATEPATH . '/navigation.php'); ?>
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Center sidebar') ) : ?> endif; ?>
}
else
{
comments_template();
}
?>
get_footer(); ?>