forked from mirrors/easyappointments
Fixed dislay for the unlogged users
This commit is contained in:
parent
619b56ca3f
commit
e2ec6df076
1 changed files with 1 additions and 1 deletions
|
@ -406,8 +406,8 @@
|
|||
<span id="select-language" class="label label-success">
|
||||
<?php echo ucfirst($this->config->item('language')); ?>
|
||||
</span>
|
||||
|
|
||||
<?php if ($this->session->userdata('user_id')): ?>
|
||||
|
|
||||
<a href="<?php echo $this->config->item('base_url'); ?>/index.php/backend">
|
||||
<?php echo $this->lang->line('backend_section'); ?>
|
||||
</a>
|
||||
|
|
Loading…
Reference in a new issue