makes the pinboard link redirect to all news

This commit is contained in:
SimonGschnell
2024-07-10 11:35:36 +02:00
parent d364630d92
commit a83e07350e
5 changed files with 44 additions and 21 deletions
+7 -4
View File
@@ -8,12 +8,15 @@ $includesArray = array(
]
);
switch($template_kurzbz){
case 'raum_contentmittitel':
$includesArray['tabulator5'] = true;
break;
if(isset($template_kurzbz)){
switch($template_kurzbz){
case 'raum_contentmittitel':
$includesArray['tabulator5'] = true;
break;
}
}
$this->load->view('templates/CISVUE-Header', $includesArray);
?>