Current File : /home/giriqfky/public_html/Barga/application/modules/includes/views//header.php
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="shortcut icon" href="<?php echo base_url().'assets/img/favicon.ico';?>" type="image/x-icon">
<link rel="icon" href="<?php echo base_url().'assets/img/favicon.ico';?>" type="image/x-icon">
<title><?php echo strtoupper($title); ?> | <?php echo SITE_NAME; ?></title>
<!-- Tell the browser to be responsive to screen width -->
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Bootstrap 3.3.7 -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/os-fonts.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/bootstrap/dist/css/bootstrap.min.css">
<!-- Font Awesome -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/font-awesome/css/font-awesome.min.css">
<!-- Ionicons -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/Ionicons/css/ionicons.min.css">
<!-- DataTables -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/dataTables.bootstrap.min.css">
<!-- Theme style -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/AdminLTE.min.css">
<!-- AdminLTE Skins. Choose a skin from the css/skins folder instead of downloading all of them to reduce the load. -->
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/_all-skins.min.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/jquery-ui.css">
<link rel="stylesheet" href="<?php echo base_url();?>assets/css/bootstrap3-wysihtml5.min.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/bootstrap-datepicker.min.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/bootstrap-timepicker.min.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/maince5a.css?version=4.4.1">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/select2.min.css">
<link rel="stylesheet" href="<?php echo base_url(); ?>assets/css/morris.css">
<!-- <div class="boxx">
<img src="<?php echo base_url("assets/img/Nidhiban2.png") ?>" class="logo-image"/>
<img src="<?php echo base_url("assets/img/Screenshot%202024-05-06%20174349.png") ?>" class="logo-image"/>
<img src="<?php echo base_url("assets/img/Veidic%20Forest.png") ?>" class="logo-image"/>
</div> -->
<script type="text/javascript"> var site_url = '<?php echo base_url(); ?>'; </script>
<script type="text/javascript">var delay_time = '<?php echo DELAY_TIME; ?>';</script>
<!-- Google Font -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head>
<body class="hold-transition skin-blue fixed sidebar-mini" onload="startTime()"><!--sidebar-collapse-->
<div class="wrapper">
<header class="main-header">
<!-- Logo -->
<a href="<?php echo site_url('dashboard');?>" class="logo">
<!-- mini logo for sidebar mini 50x50 pixels -->
<span class="logo-mini"><img src="<?php echo base_url().COMPANY_IMAGE_PATH.getCompanyDetails()->logo;?>" height='40'></span>
<!-- logo for regular state and mobile devices -->
<!-- <span class="logo-lg"><img src="<?php echo base_url().COMPANY_IMAGE_PATH.getCompanyDetails()->logo;?>" height='40'> <?php echo SITE_NAME; ?></span> </a> -->
<!-- Header Navbar: style can be found in header.less -->
<nav class="navbar navbar-static-top">
<!-- Sidebar toggle button-->
<a href="#" class="sidebar-toggle" data-toggle="push-menu" role="button">
<span class="sr-only">Toggle navigation</span>
<span id="current-time" class="display-4"></span>
</a>
<div class="navbar-custom-menu">
<ul class="nav navbar-nav">
<li class="dropdown user user-menu">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
<img src="<?php echo base_url().USER_NO_IMG_URL;?>" class="user-image" alt="User Image">
<span class="hidden-xs"><?php echo userInfo('user_profile_name'); ?></span>
</a>
<ul class="dropdown-menu">
<!-- User image -->
<li class="user-header"> <img src="<?php echo base_url().USER_NO_IMG_URL;?>" class="img-circle" alt=""> </li>
<!-- Menu Body -->
<li class="user-body">
<div class="row">
<div class="col-xs-12 text-center">
<a href="javascript:void(0);"><?php echo userInfo('user_email');?></a>
</div>
</div>
</li>
<!-- Menu Footer-->
<li class="user-footer">
<a href="<?php echo site_url('users/userProfileForm/'.userInfo('user_id'));?>" class="btn btn-primary btn-xs">Profile</a>
<a href="<?php echo site_url('users/userResetPasswordForm/'.userInfo('user_id'));?>" class="btn btn-info btn-xs">Reset Password</a>
<a href="<?php echo site_url('sessions/logout');?>" class="btn btn-success btn-xs">Sign Out</a>
</li>
</ul>
</li>
<!-- Control Sidebar Toggle Button -->
<!-- <li> <a href="javascript:void(0);" data-toggle="control-sidebar"><i class="fa fa-gears"></i></a> </li>-->
</ul>
</div>
</nav>
</header>
<div class="content-wrapper">