日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

ecshop category.php?id=4,categoryall.php

發布時間:2025/3/8 34 豆豆
生活随笔 收集整理的這篇文章主要介紹了 ecshop category.php?id=4,categoryall.php 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

//by 瑯琊源碼 QQ:27392236

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);

$categories_pro = get_category_tree_leve_one();

$smarty->assign('categories_pro', $categories_pro);

$smarty->assign('categories_list', $categories_list);

$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);

?>

一鍵復制

編輯

Web IDE

原始數據

按行查看

歷史

總結

以上是生活随笔為你收集整理的ecshop category.php?id=4,categoryall.php的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。