space removed : ps
This commit is contained in:
parent
6ab29e8839
commit
32847ac08a
@ -1,5 +1,4 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
require APPPATH . '/libraries/BaseController.php';
|
require APPPATH . '/libraries/BaseController.php';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -1622,5 +1621,4 @@ function deliver_perform()
|
|||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
@ -1,5 +1,4 @@
|
|||||||
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
|
||||||
|
|
||||||
class dahsboard_Model extends CI_Model
|
class dahsboard_Model extends CI_Model
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|||||||
@ -1,11 +1,9 @@
|
|||||||
<?php
|
<?php $Empcnt = '';
|
||||||
$Empcnt = '';
|
|
||||||
if (!empty($EmpCount)) {
|
if (!empty($EmpCount)) {
|
||||||
foreach ($EmpCount as $Emp) {
|
foreach ($EmpCount as $Emp) {
|
||||||
$Empcnt = $Emp->EmpCount;
|
$Empcnt = $Emp->EmpCount;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<style>
|
<style>
|
||||||
.HRMINHEIGHT {min-height: 950px !important;}
|
.HRMINHEIGHT {min-height: 950px !important;}
|
||||||
|
|||||||
@ -1,24 +1,13 @@
|
|||||||
|
<footer class="main-footer">
|
||||||
|
<div class="pull-right hidden-xs">
|
||||||
<footer class="main-footer">
|
<b>Siddharth Industries</b> Admin System | Version 1.0
|
||||||
<div class="pull-right hidden-xs">
|
</div>
|
||||||
<b>Siddharth Industries</b> Admin System | Version 1.0
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<strong>Copyright ©
|
<strong>Copyright ©
|
||||||
<?php
|
<?php $current_year=date("o");
|
||||||
$current_year=date("o");
|
|
||||||
if ($current_year=="2016")
|
if ($current_year=="2016")
|
||||||
echo "2016";
|
echo "2016"; else echo "2016 - $current_year"; ?>
|
||||||
else
|
|
||||||
echo "2016 - $current_year";
|
|
||||||
?>
|
|
||||||
<a href="<?php echo base_url(); ?>">Siddharth Industries</a>.</strong> All rights reserved.
|
<a href="<?php echo base_url(); ?>">Siddharth Industries</a>.</strong> All rights reserved.
|
||||||
|
</footer>
|
||||||
|
|
||||||
|
|
||||||
</footer>
|
|
||||||
|
|
||||||
<!-- jQuery UI 1.11.2 -->
|
<!-- jQuery UI 1.11.2 -->
|
||||||
<!-- <script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></script> -->
|
<!-- <script src="http://code.jquery.com/ui/1.11.2/jquery-ui.min.js" type="text/javascript"></script> -->
|
||||||
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
<!-- Resolve conflict in jQuery UI tooltip with Bootstrap tooltip -->
|
||||||
@ -110,5 +99,5 @@
|
|||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue
Block a user