adds a view components for the news if the content that gets loaded has the template_kurzbz news

This commit is contained in:
SimonGschnell
2024-06-26 14:17:44 +02:00
parent 478adb740e
commit 4640db5aff
5 changed files with 67 additions and 16 deletions
+1
View File
@@ -51,6 +51,7 @@ class Cms extends FHC_Controller
$this->terminateWithError(getError($content));
$content = getData($content);
if(NULL === $content)
$this->terminateWithError("Content not found");