mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-08 17:12:25 +03:00
Explicitly define the view in the view toggler href attribute.
This commit is contained in:
parent
74c10d3b7b
commit
b2464deb78
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
<?php endif ?>
|
||||
|
||||
<?php if($calendar_view === 'table'): ?>
|
||||
<a class="btn btn-default" href="<?= site_url('backend') ?>"
|
||||
<a class="btn btn-default" href="<?= site_url('backend?view=default') ?>"
|
||||
title="<?= lang('default') ?>">
|
||||
<span class="glyphicon glyphicon-calendar"></span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue