Updated header link to calendar controller
This commit is contained in:
parent
1ef6b81b5a
commit
e2d6dd7f4f
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
|||
<?php $hidden = ($privileges[PRIV_APPOINTMENTS]['view'] == TRUE) ? '' : 'd-none' ?>
|
||||
<?php $active = ($active_menu == PRIV_APPOINTMENTS) ? 'active' : '' ?>
|
||||
<li class="nav-item <?= $active . $hidden ?>">
|
||||
<a href="<?= site_url('backend') ?>" class="nav-link"
|
||||
<a href="<?= site_url('calendar') ?>" class="nav-link"
|
||||
data-tippy-content="<?= lang('manage_appointment_record_hint') ?>">
|
||||
<i class="fas fa-calendar-alt me-2"></i>
|
||||
<?= lang('calendar') ?>
|
||||
|
|
Loading…
Reference in a new issue