Fix partial/header.php change

This commit is contained in:
FrancescoUK
2017-01-29 17:09:00 +00:00
parent 3a81a712ff
commit a3c172624a

View File

@@ -95,16 +95,15 @@
<div class="navbar-left">
<div id="liveclock"><?php echo date($this->config->item('dateformat') . ' ' . $this->config->item('timeformat')) ?></div>
</div>
<div class="navbar-right" style="margin:0">
<?php echo" $user_info->first_name $user_info->last_name | " . ($this->input->get("debug") == "true" ? $this->session->userdata('session_sha1') : ""); ?>
<?php echo $user_info->first_name . ' ' . $user_info->last_name . ' | ' . ($this->input->get("debug") == "true" ? $this->session->userdata('session_sha1') : ''); ?>
<?php echo anchor("home/logout", $this->lang->line("common_logout")); ?>
</div>
<div class="navbar-center" style='text-align:center'>
<div class="navbar-center" style="text-align:center">
<strong><?php echo $this->config->item('company'); ?></strong>
</div>
</div>
</div>