Fixed dislay for the unlogged users

This commit is contained in:
Alex Tselegidis 2015-11-24 21:29:32 +01:00
parent 619b56ca3f
commit e2ec6df076
1 changed files with 1 additions and 1 deletions

View File

@ -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>