diff --git a/application/controllers/information.php b/application/controllers/information.php index fa0db104..2c91a9a4 100644 --- a/application/controllers/information.php +++ b/application/controllers/information.php @@ -1501,6 +1501,18 @@ class Information extends CI_Controller } + //游船详细页 + if ($meta_ct_page_type == "cruisedetails"){ + $productType = $meta_ct_page_type; + $meta_ct_page_value = get_meta($information->ic_id, 'meta_ct_page_value'); + if (!empty($meta_ct_page_value)) { + $productCode = $meta_ct_page_value; + } + $dataCruise["shipname"]=$productCode; + $template_curisedetails = $this->load->view($template_path . '-cruisedetails-form', $dataCruise, TRUE); + $data["template_curisedetails"] = $template_curisedetails; + } + //表单页 if (in_array($meta_ct_page_type, array("customize", "contactus", "pagewithform","tourdetail"))) { $productType = $meta_ct_page_type; diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index 7458e0c0..6c42358b 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -940,7 +940,7 @@ - - + +