mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-12-22 22:52:35 +03:00
Added 'login' link to booking form footer for easy backend navigation (fixes #180).
This commit is contained in:
parent
7a5b07a4cf
commit
12f82fd688
1 changed files with 6 additions and 6 deletions
|
@ -368,12 +368,12 @@
|
||||||
<span id="select-language" class="label label-success">
|
<span id="select-language" class="label label-success">
|
||||||
<?php echo ucfirst($this->config->item('language')); ?>
|
<?php echo ucfirst($this->config->item('language')); ?>
|
||||||
</span>
|
</span>
|
||||||
<?php if ($this->session->userdata('user_id')): ?>
|
|
|
||||||
|
|
<a href="<?php echo site_url('backend'); ?>">
|
||||||
<a href="<?php echo site_url('backend'); ?>">
|
<?php echo $this->session->userdata('user_id')
|
||||||
<?php echo $this->lang->line('backend_section'); ?>
|
? $this->lang->line('backend_section')
|
||||||
</a>
|
: $this->lang->line('login'); ?>
|
||||||
<?php endif; ?>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue