diff --git a/application/controllers/information.php b/application/controllers/information.php
index a96fd095..a2f7ae7a 100644
--- a/application/controllers/information.php
+++ b/application/controllers/information.php
@@ -2592,7 +2592,7 @@ class Information extends CI_Controller
}
$addonJs .= '';
//$addonJs .= '';
- $data["ADDONCSS"] .= '';
+ $data["ADDONCSS"] .= '';
//一日游表单的替换
$DayTripData["productCode"]=$productCode;
@@ -2629,6 +2629,12 @@ class Information extends CI_Controller
$data["ADDONCSS"] .= '';
}
+ if ($meta_ct_page_type=="daytripform"){
+ $productType = $meta_ct_page_type;
+ $addonJs .= '';
+ $data["ADDONCSS"] .= '';
+ }
+
$data["productType"] = $productType;
$data["productCode"] = $productCode;
diff --git a/wysiwyg/ckfinder/安装说明.txt b/wysiwyg/ckfinder/安装说明.txt
index 873510ff..12b39d05 100644
--- a/wysiwyg/ckfinder/安装说明.txt
+++ b/wysiwyg/ckfinder/安装说明.txt
@@ -1,4 +1,4 @@
-需要在开放c:\windows\temp 所有人的读写权限
+需要在开放c:\windows\temp 所有人的读写权限
上传文件夹是在信息平台同级目录下的uploader-file
之后建立文件夹映射
@@ -13,4 +13,8 @@ mklink /D "D:\wwwroot\uploader-file\ah\pic" "D:\wwwroot\origin-www.asiahighlight
mklink /D "D:\wwwroot\uploader-file\ch\image" "D:\wwwroot\origin-www.chinahighlights.com\image"
-mklink /D "D:\wwwroot\uploader-file\ch\pic" "D:\wwwroot\origin-www.chinahighlights.com\pic"
\ No newline at end of file
+mklink /D "D:\wwwroot\uploader-file\ch\pic" "D:\wwwroot\origin-www.chinahighlights.com\pic"
+
+//shanghai
+mklink /D "D:\wwwroot\uploader-file\shanghai\image" "D:\wwwroot\shanghaihighlights.com\image"
+mklink /D "D:\wwwroot\uploader-file\shanghai\pic" "D:\wwwroot\shanghaihighlights.com\pic"
\ No newline at end of file