mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-06 13:29:31 +00:00
adds the content of the news to the dashboard items and makes them scrollable through css classes
This commit is contained in:
@@ -118,6 +118,7 @@ class Cms extends FHCAPI_Controller
|
||||
$this->load->model('content/news_model', 'NewsModel');
|
||||
|
||||
$news_content_ids = $this->NewsModel->getNewsContentIDs($limit);
|
||||
$this->addMeta("content_ids",$news_content_ids);
|
||||
$news_content = array();
|
||||
|
||||
if(isError($news_content_ids))
|
||||
|
||||
Reference in New Issue
Block a user