adds a heading to the Content and the News View again

This commit is contained in:
SimonGschnell
2024-07-24 14:49:58 +02:00
parent 4e929f4cce
commit 94df440f88
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
<div id="cms">
<h2><?php echo isset($content_id)? "Content" : "News" ?></h2>
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>
</div>
+1 -1
View File
@@ -20,7 +20,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
<div id="cms">
<h2><?php echo isset($content_id)? "Content" : "News" ?></h2>
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>
</div>
+1 -1
View File
@@ -20,7 +20,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
<div id="cms">
<h2><?php echo isset($content_id)? "Content" : "News" ?></h2>
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>
</div>