
Originally Posted by
2004g35
Open includes/templates/comstock/common/tpl_main_page.php
find and compare this section of code:
Code:
// the following IF statement can be duplicated/modified as needed to set additional flags
if (in_array($current_page_base,explode(",",'specials,products_new,featured_products,products_all')) ) {
$flag_disable_right = true;
}
if ($current_page_base == 'index' and $cPath > '0' ) {
$flag_disable_right = true;
}
$header_template = 'tpl_header.php';
$footer_template = 'tpl_footer.php';
$left_column_file = 'column_left.php';
$right_column_file = 'column_right.php';
$body_id = ($this_is_home_page) ? 'indexHome' : str_replace('_', '', $_GET['main_page']);
Bookmarks