diff --git a/control/index.php b/control/index.php index 22dfac8..1667dcb 100644 --- a/control/index.php +++ b/control/index.php @@ -13,6 +13,7 @@ class index extends publicBase { $obj = new mOrder(); $this->view['today_data'] = $obj->getTodayData($uid, $shop_id); $this->view['total_data'] = $obj->getToalData($uid, $shop_id); + $this->view['menu_page'] = 'home'; } public function ajax_get_data() { diff --git a/view/templates/include/admin_leftmenu.html b/view/templates/include/admin_leftmenu.html index b1720eb..69520ae 100644 --- a/view/templates/include/admin_leftmenu.html +++ b/view/templates/include/admin_leftmenu.html @@ -7,7 +7,7 @@