1
This commit is contained in:
@@ -192,8 +192,9 @@ class Main extends Controller {
|
||||
$cache_title = str_replace($val, '<i>' . $val . '</i>', $cache_title);
|
||||
}
|
||||
$list[$k]['title'] = $cache_title;
|
||||
$list[$k]['html'] = hasHtml($v['article_id']);
|
||||
|
||||
$list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
// $list[$k]['mains'] = getArticleMains($v['article_id']);
|
||||
}
|
||||
|
||||
//连续出版判断,决定是否显示出版时间
|
||||
|
||||
Reference in New Issue
Block a user