mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-10 10:02:33 +03:00
Added legal-contents to the backend header navigation
This commit is contained in:
parent
0c5c1347aa
commit
bc723c2609
1 changed files with 3 additions and 0 deletions
|
@ -98,6 +98,9 @@
|
|||
<a class="dropdown-item" href="<?= site_url('settings/client_form') ?>">
|
||||
<?= lang('client_form') ?>
|
||||
</a>
|
||||
<a class="dropdown-item" href="<?= site_url('settings/legal_contents') ?>">
|
||||
<?= lang('legal_contents') ?>
|
||||
</a>
|
||||
<?php endif ?>
|
||||
<a class="dropdown-item" href="<?= site_url('settings/current_user') ?>">
|
||||
<?= lang('current_user') ?>
|
||||
|
|
Loading…
Reference in a new issue