예제 #1
0
 function detail($order_id, $selecttype = false)
 {
     $this->pagedata['_MAIN_'] = CORE_DIR . '/shop/view/order/detail.html';
     parent::detail($order_id, $selecttype);
 }
예제 #2
0
 function detail($object_id, $func = null)
 {
     $this->template_dir = CORE_DIR . '/admin/view/';
     parent::detail($object_id, $func = null);
 }