adds the content of the news to the dashboard items and makes them scrollable through css classes

This commit is contained in:
SimonGschnell
2024-06-25 14:18:11 +02:00
parent 27287bd07a
commit f4176ebcda
4 changed files with 57 additions and 6 deletions
@@ -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))