mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-26 00:54:27 +00:00
added Menu link and Profile pop up link
This commit is contained in:
@@ -3,7 +3,8 @@ $includesArray = array(
|
||||
'title' => 'Stundenplan',
|
||||
'customJSModules' => ['public/js/apps/Cis/ProfilApp.js'],
|
||||
'tabulator5' => true,
|
||||
'customCSSs' => ['public/css/components/calendar.css', 'public/css/components/FilterComponent.css']
|
||||
'customCSSs' => ['public/css/components/calendar.css', 'public/css/components/FilterComponent.css'],
|
||||
'childs' => ['test1','test2','test3','test4']
|
||||
);
|
||||
|
||||
$this->load->view('templates/CISHTML-Header', $includesArray);
|
||||
@@ -15,7 +16,7 @@ $this->load->view('templates/CISHTML-Header', $includesArray);
|
||||
<hr>
|
||||
|
||||
<!-- we can pass information from the php view file to the public js file throughz interpolating data from php into vue props -->
|
||||
<Profil <?php echo "uid=$uid" ?> <?php echo "pid=$pid" ?> view=<?php echo $view? boolval(1): boolval(0); ?>></Profil>
|
||||
<Profil <?php echo "uid=$uid" ?> view=<?php echo $view? boolval(1): boolval(0); ?>></Profil>
|
||||
</div>
|
||||
|
||||
<?php $this->load->view('templates/CISHTML-Footer', $includesArray); ?>
|
||||
|
||||
Reference in New Issue
Block a user