...
|
...
|
@@ -23,7 +23,7 @@ class AboutController extends HomeBaseController{ |
|
|
$about_img_one['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_one['post_content']));
|
|
|
$this -> assign('about_img_one',$about_img_one);
|
|
|
|
|
|
$about_img_two = Db::name('portal_post') -> where('id',4) -> find();
|
|
|
$about_img_two = Db::name('portal_post') -> where('id',5) -> find();
|
|
|
$about_img_two['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($about_img_two['post_content']));
|
|
|
$this -> assign('about_img_two',$about_img_two);
|
|
|
|
...
|
...
|
|