$_GET['cPath'] = '11';
$iPath = '../';
include_once($iPath . 'includes/config_top.php');
$_SESSION['navstart'] = 'CAT';
$_SESSION['lastpage'] = $_hCfgPath['RelativeUri'];
unset($_SESSION['search']);
include_once($_hCfgTemplates['rs_category'] . 'build_header.php');
//
// Multi-item Add to cart by AJAX
//
$__enable_ajax_cart_on_list = false;
if (isset($cInfo_cursor['cid']) &&
($_BROWSER['OS'] == 'nt' || $_BROWSER['OS'] == 'win') &&
(! PRODUCT_PRICE_FOR_LOGIN || nsSession_IsRegistered('customer_id')))
{
$__enable_ajax_cart_on_list = true;
$__ajax_form_open = '
';
}
?>
echo $_META[DOCTYPE]; ?>
echo $_META['title']; ?>
echo SEO_META_INFO_TAGS; ?>
if ($__enable_ajax_cart_on_list) {
?>
} // end of if ($__enable_ajax_cart_on_list)
?>
// Submenu Control
$hMainMenus->Set($cfg['MainMenus']['banner']);
if ($cInfo_cursor['build_template'] && @file_exists($_hCfgTemplates['rs_layout'] . $cInfo_cursor['build_template'])) {
// $hRightMenus->Set($_hCfgRightMenus['cart']);
// $hRightMenus->Set($_hCfgRightMenus['history']);
} elseif ($cInfo_cursor['childs_count'] && !$cInfo_cursor['products_count'] && !$cInfo_cursor['display_sub_products']) {
// $hRightMenus->Set($_hCfgRightMenus['cart']);
// $hRightMenus->Set($_hCfgRightMenus['history']);
} else {
// $hRightMenus->Set($_hCfgRightMenus['cart']);
// $hRightMenus->Set($_hCfgRightMenus['history']);
}
$hRightMenus->Clear();
?>
>
/********
********/ ?>
// define Layout
$_hCfgLayout['index'] = 2;
include_once($_hCfgTemplates['rs_ezstyle'] . '_layout_open.php');
include_once($_hCfgTemplates['rs_ezstyle'] . 'top.php');
if ($cInfo_cursor['build_template'] && @file_exists($_hCfgTemplates['rs_layout'] . $cInfo_cursor['build_template'])) {
include_once($_hCfgTemplates['rs_layout'] . $cInfo_cursor['build_template']);
} else {
if ($cInfo_cursor['childs_count']) {
include_once($_hCfgTemplates['rs_category'] . 'build_category.php');
} else {
include_once($_hCfgTemplates['rs_category'] . 'build_product.php');
}
}
include_once($_hCfgTemplates['rs_ezstyle'] . 'bottom.php');
include_once($_hCfgTemplates['rs_ezstyle'] . '_layout_close.php');
?>
include_once($_hCfgPath['rs_includes'] . 'config_bot.php'); ?>