mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
Adapt view to use Fachbereichsleitungs-DataView
This commit is contained in:
@@ -117,7 +117,13 @@ $this->load->view(
|
||||
<!-- Tabelle -->
|
||||
<div class="row">
|
||||
<div class="col-xs-12">
|
||||
<?php $this->load->view('lehre/anrechnung/reviewAnrechnungUebersichtData.php'); ?>
|
||||
<?php
|
||||
// Load configs
|
||||
$this->load->config('anrechnung');
|
||||
if($this->config->item('fbl')===TRUE)
|
||||
$this->load->view('lehre/anrechnung/reviewAnrechnungUebersichtData_fbl.php');
|
||||
else
|
||||
$this->load->view('lehre/anrechnung/reviewAnrechnungUebersichtData.php');?>
|
||||
</div>
|
||||
</div>
|
||||
<!-- Empfehlung / Nicht Empfehlung Panel -->
|
||||
|
||||
Reference in New Issue
Block a user