checks whether the user wants to fetch content or the news

This commit is contained in:
SimonGschnell
2024-06-14 11:18:29 +02:00
parent 7491b9c1b0
commit f83cd3b87a
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
?>
<div id="cms">
<content />
<?php echo (isset($content) ? $content : '<content/>'); ?>
</div>