...
|
...
|
@@ -116,7 +116,7 @@ class ListController extends HomeBaseController |
|
|
|
|
|
$id = Db::name('portal_category_post') -> where('category_id',$path[2]) -> find();
|
|
|
$wz_data = Db::name('portal_post') -> where('id',$id['post_id']) -> find();
|
|
|
$wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wh_data['post_content']));
|
|
|
$wz_data['post_content'] = cmf_replace_content_file_url(htmlspecialchars_decode($wz_data['post_content']));
|
|
|
$this -> assign('zuixin',$wz_data);
|
|
|
$this -> assign('category',$category['id']);
|
|
|
|
...
|
...
|
|