Added News

This commit is contained in:
Frank Schubert
2022-01-11 21:21:45 +01:00
parent 5e83420b8d
commit 1b872b166b
10 changed files with 330 additions and 3 deletions

View File

@@ -11,7 +11,8 @@ class DashboardController extends mfBaseController {
}
protected function indexAction() {
$newss = NewsModel::getAll();
$this->layout()->set("newss", $newss);
}