changes all the Headers from the CISHTML-Header to the CISVUE-Header

This commit is contained in:
SimonGschnell
2024-09-30 11:58:20 +02:00
parent 964f6c689c
commit f38b0cf78f
11 changed files with 16 additions and 24 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ class Cis4 extends FHC_Controller
*/
public function index()
{
$this->load->view('CisHtml/Dashboard.php');
$this->load->view('CisVue/Dashboard.php');
}
}
+1 -1
View File
@@ -110,6 +110,6 @@ class Cms extends Auth_Controller
*/
public function news($infoscreen = false, $studiengang_kz = null, $semester = null, $mischen = true, $titel = '', $edit = false, $sichtbar = true)
{
$this->load->view('CisHtml/Cms/Content', ['infoscreen' => $infoscreen, 'studiengang_kz' => $studiengang_kz, 'semester' => $semester, 'mischen' => $mischen, 'titel' => $titel, 'edit' => $edit, 'sichtbar' => $sichtbar, "template_kurzbz"=>"news"]);
$this->load->view('CisHmvc/Cms/Content', ['infoscreen' => $infoscreen, 'studiengang_kz' => $studiengang_kz, 'semester' => $semester, 'mischen' => $mischen, 'titel' => $titel, 'edit' => $edit, 'sichtbar' => $sichtbar, "template_kurzbz"=>"news"]);
}
}
@@ -571,7 +571,7 @@ private function fhc_menu_pinboard(&$menu, $angemeldet, $is_lector, $studiengan
'position'=>'110',
'name'=>$p->t('lehre/pinboard'),
'c4_icon'=>base_url('skin/images/button_pinboard.png'),
'c4_link'=>base_url('CisHtml/Cms/news'),
'c4_link'=>base_url('CisVue/Cms/news'),
'text'=>$text
);