SRCMS V2.0.1开发版
修复 荣誉榜排行顺序问题 修复 站点名称和简介无法配置的问题 修复 荣誉榜团队无法编辑的问题 删除 Ueditor存在漏洞的截屏插件
This commit is contained in:
@@ -18,9 +18,9 @@ class BlogController extends Controller{
|
||||
$model = M('blog');
|
||||
$tmodel= M('setting');
|
||||
$pages = $model->limit(15)->select();
|
||||
$title = $tmodel->where('id=1')->select();
|
||||
$this->assign('title', $title);
|
||||
$settings = $tmodel -> where('id=1') -> select();
|
||||
$this->assign('model', $pages);
|
||||
$this->assign('settings', $settings);
|
||||
$this->display();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user