mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-04-16 04:50:09 -04:00
Fix partial/header.php change
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user