| Server IP : 162.214.74.102 / Your IP : 216.73.216.139 Web Server : Apache System : Linux dedi-4363141.lrsys.com.br 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : lrsys ( 1015) PHP Version : 5.6.40 Disable Function : exec,passthru,shell_exec,system MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/lrsys/www/lrsys_projetos/sopizzas/application/views/customer/ |
Upload File : |
<!-- Left side column. contains the logo and sidebar -->
<aside class="main-sidebar newMS newmsA">
<section class="sidebar">
<ul class="sidebar-menu custom-sidebarN">
<li class="treeview bodtree" style="margin-bottom: 18px;border-bottom: 1px solid rgba(0, 0, 0, 0.19);">
<div class="text-center usereditimg posrelative admin_image_wrap">
<?php
$logged_in = $this->session->userdata('logged_in_customer');
if($logged_in['fb_id'] == '')
{
if ($logged_in['customer_image'] != '') {
if (strpos($logged_in['customer_image'], 'http') || strpos($logged_in['customer_image'], '.com')) {
$admin_image = $logged_in['customer_image'];
}
else {
$admin_image = base_url().CUSTOMER_LOGO_PATH_THUMBS.$logged_in['customer_image'];
}
//$admin_image = base_url().CUSTOMER_LOGO_PATH_THUMBS.$logged_in['customer_image'];
}
else {
$admin_image = base_url().CUSTOMER_LOGO_PATH_THUMBS.CUSTOMER_DEFAULT_IMAGE;
}
}else{
$admin_image =$logged_in['facebook_image'];
}
?>
<img src="<?php echo $admin_image ?>" id="show_customer_image" width="160">
<div class="posabsolute nonepos text-center"><a href="#"><p><?php echo $this->lang->line('Click_to_upload');?></p></a></div>
<input type="file" name="admin_image" id="admin_image" class="admin_image" onchange="readURL3(this)">
</div>
</li>
<li class="treeview bodtree <?php if($page=='customersettings'){ echo "active"; } ?>">
<a href="<?php echo base_url(); ?>customer/dashboard/profile">
<i class="fa fa-user" aria-hidden="true"></i> <span><?php echo $this->lang->line('Profile');?></span>
</a>
</li>
<li class="treeview bodtree <?php if($page=='dashboardcustomer'){ echo "active"; } ?>">
<a href="<?php echo base_url(); ?>customer/dashboard/">
<i class="fa fa-history"></i><span><?php echo $this->lang->line('Order_History');?></span>
</a>
</li>
<li class="treeview bodtree <?php if($page=='favorites'){ echo "active"; } ?>">
<a href="<?php echo base_url(); ?>customer/dashboard/favorites">
<i class="fa fa-money" aria-hidden="true"></i> <span><?php echo $this->lang->line('Favorites');?></span>
</a>
</li>
</ul>
</section>
<!-- /.sidebar -->
</aside>