代码拉取完成,页面将自动刷新
同步操作将从 baobeihuaidan/ecshop大商创商城 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
//源码由旺旺:ecshop2012所有 未经允许禁止倒卖 一经发现停止任何服务
define('IN_ECS', true);
require dirname(__FILE__) . '/includes/init.php';
if ((DEBUG_MODE & 2) != 2) {
$smarty->caching = true;
}
require ROOT_PATH . '/includes/lib_area.php';
$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);
$cache_id = sprintf('%X', crc32($_REQUEST['id'] . '-' . $_CFG['lang']));
if (!$smarty->is_cached('category_all.dwt', $cache_id)) {
$position = assign_ur_here(0, $_LANG['all_category']);
$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_list = get_category_tree_leve_one(0, 1);
$smarty->assign('categories_list', $categories_list);
if (!defined('THEME_EXTENSION')) {
$categories_pro = get_category_tree_leve_one();
$smarty->assign('categories_pro', $categories_pro);
}
$top_goods = get_top10(0, '', 0, $region_id, $area_id);
$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);
?>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。