also adds the horizontal line under the heading

This commit is contained in:
SimonGschnell
2024-07-24 14:59:02 +02:00
parent 012cbe9a25
commit 0849e795a0
3 changed files with 3 additions and 0 deletions
@@ -19,6 +19,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
<h2 ><?php echo isset($content_id)? "Content" : "News" ?></h2>
<hr/>
<div id="cms">
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>
@@ -18,6 +18,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
?>
<h2><?php echo isset($content_id)? "Content" : "News" ?></h2>
<hr/>
<div id="cms">
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>
+1
View File
@@ -19,6 +19,7 @@ $this->load->view('templates/CISVUE-Header', $includesArray);
<h2 ><?php echo isset($content_id)? "Content" : "News" ?></h2>
<hr/>
<div id="cms">
<?php echo (isset($content_id) ? '<cms-content :content_id="'.$content_id.'" :version="'.$version.'" :sprache="'.$sprache.'" :sichtbar="'.$sichtbar.'" />' : '<cms-news/>'); ?>