正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -23,7 +23,7 @@ class AboutController extends HomeBaseController{ | @@ -23,7 +23,7 @@ class AboutController extends HomeBaseController{ | ||
23 | $about_img_one['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_one['post_content'])); | 23 | $about_img_one['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_one['post_content'])); |
24 | $this -> assign('about_img_one',$about_img_one); | 24 | $this -> assign('about_img_one',$about_img_one); |
25 | 25 | ||
26 | - $about_img_two = Db::name('portal_post') -> where('id',4) -> find(); | 26 | + $about_img_two = Db::name('portal_post') -> where('id',5) -> find(); |
27 | $about_img_two['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_two['post_content'])); | 27 | $about_img_two['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_two['post_content'])); |
28 | $this -> assign('about_img_two',$about_img_two); | 28 | $this -> assign('about_img_two',$about_img_two); |
29 | 29 |
-
请 注册 或 登录 后发表评论