The booking footer "backend" link must point to the new calendar controller.
This commit is contained in:
parent
745f70848a
commit
795eccb165
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
<?= ucfirst(config('language')) ?>
|
<?= ucfirst(config('language')) ?>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<a class="backend-link badge bg-primary" href="<?= site_url('backend'); ?>">
|
<a class="backend-link badge bg-primary text-decoration-none" href="<?= site_url('calendar'); ?>">
|
||||||
<i class="fas fa-sign-in-alt me-2"></i>
|
<i class="fas fa-sign-in-alt me-2"></i>
|
||||||
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
<?= session('user_id') ? lang('backend_section') : lang('login') ?>
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Reference in a new issue