aboutsummaryrefslogtreecommitdiff
path: root/app/views/calendar/schedule/entry.php
blob: b780aae8dd82d9f716dba63159634d3522876d57 (plain)
1
2
3
4
5
6
7
8
9
<? if ($show_entry && in_array($show_entry['type'], ['sem', 'virtual']) !== false) : ?>
    <?= $this->render_partial('calendar/schedule/_entry_course.php') ?>
    <? unset($this->show_entry) ?>
<? elseif ($show_entry && $show_entry['type'] == 'inst') : ?>
    <?= $this->render_partial('calendar/schedule/_entry_inst.php') ?>
    <? unset($this->show_entry) ?>
<? else : ?>
    <?= $this->render_partial('calendar/schedule/_entry_schedule.php') ?>
<? endif ?>