|
@@ -102,18 +102,26 @@ class mb_specialControl extends SystemControl
|
|
|
/**
|
|
|
* 编辑首页
|
|
|
*/
|
|
|
- public function index_editOp() {
|
|
|
+ public function index_editOp()
|
|
|
+ {
|
|
|
+ Log::record("index_edit 1", LOG::DEBUG);
|
|
|
$model_mb_special = Model('mb_special');
|
|
|
|
|
|
$special_item_list = $model_mb_special->getMbSpecialItemListByID($model_mb_special::INDEX_SPECIAL_ID);
|
|
|
+ Log::record("index_edit 2", LOG::DEBUG);
|
|
|
Tpl::output('list', $special_item_list);
|
|
|
Tpl::output('page', $model_mb_special->showpage(2));
|
|
|
|
|
|
+
|
|
|
Tpl::output('module_list', $model_mb_special->getMbSpecialModuleList());
|
|
|
- Tpl::output('special_id', $model_mb_special::INDEX_SPECIAL_ID);
|
|
|
+ Log::record("index_edit 3", LOG::DEBUG);
|
|
|
|
|
|
+ Tpl::output('special_id', $model_mb_special::INDEX_SPECIAL_ID);
|
|
|
$this->show_menu('index_edit');
|
|
|
+ Log::record("index_edit 4", LOG::DEBUG);
|
|
|
Tpl::showpage('mb_special_item.list');
|
|
|
+ Log::record("index_edit 5", LOG::DEBUG);
|
|
|
+
|
|
|
}
|
|
|
|
|
|
/**
|