caching = true; } require(ROOT_PATH . '/includes/lib_area.php'); //ecmoban模板堂 --zhuo //ecmoban模板堂 --zhuo start $area_info = get_area_info($province_id); $area_id = $area_info['region_id']; $where = "regionId = '$province_id'"; $date = array('parent_id'); $region_id = get_table_date('region_warehouse', $where, $date, 2); //ecmoban模板堂 --zhuo end /*------------------------------------------------------ */ //-- INPUT /*------------------------------------------------------ */ $_REQUEST['id'] = isset($_REQUEST['id']) ? intval($_REQUEST['id']) : 18; $region_id = $_REQUEST['id']; /*------------------------------------------------------ */ //-- PROCESSOR /*------------------------------------------------------ */ $cache_id = sprintf('%X', crc32($_REQUEST['id'] . '-' . $_CFG['lang'])); if (!$smarty->is_cached('category_all.dwt', $cache_id)) { $position = assign_ur_here(0, "全部分类"); $smarty->assign('page_title', $position['title']); // 页面标题 $smarty->assign('ur_here', $position['ur_here']); // 当前位置 for($i=1;$i<=$_CFG['auction_ad'];$i++){ $category_all_left .= "'category_all_left".$i.","; //左边广告位 $category_all_right .= "'category_all_right".$i.","; //左边广告位 } $smarty->assign('category_all_left', $category_all_left); $smarty->assign('category_all_right', $category_all_right); $categories_pro = get_category_tree_leve_one(); $smarty->assign('categories_pro', $categories_pro); // 分类树加强版 $categories_list = get_category_tree_leve_one(0, 1); $smarty->assign('categories_list', $categories_list); $top_goods = get_top10(); $smarty->assign('top_goods', $top_goods); // 销售排行 $smarty->assign('helps', get_shop_help()); // 网店帮助 assign_dynamic('category_all'); assign_template('c', $catlist); } $smarty->display('category_all.dwt', $cache_id); /*------------------------------------------------------ */ //-- PRIVATE FUNCTION /*------------------------------------------------------ */ ?>