1.設定選單
找到 tjb2c\admin\includes裡的menu.inc.php文件,新增 如下程式碼 :
//促銷
? ? 'cuxiao' => array(
? ? ? ? 'text' ? ? ?=> "促銷",
? ? ? ? 'default' ? => 'dazhe_manage',
? ? ? ? 'children' ?=> array(
? ? ? ? ? ? 'dazhe_manage' => array(
? ? ? ? ? ? ? ? 'text' ?=> "限時折扣",
? ? ? ? ? ? ? ? 'url' ? => 'index.php?app=dazhe&act=add',
? ? ? ? ? ? ),
? ? ? ? ? ? 'groupbuy' => array(
? ? ? ? ? ? ? ? 'text' => Lang::get('groupbuy'),
? ? ? ? ? ? ? ? 'url' ?=> 'index.php?app=groupbuy',
? ? ? ? ? ? ),
? ? ? ? ? ?
? ? ? ? ),
), ??