space removed : ps

This commit is contained in:
sanjeev.p 2021-10-07 20:44:52 +05:30
parent 6ab29e8839
commit 32847ac08a
4 changed files with 11 additions and 27 deletions

View File

@ -1,5 +1,4 @@
<?php if(!defined('BASEPATH')) exit('No direct script access allowed');
require APPPATH . '/libraries/BaseController.php';
/**
@ -1622,5 +1621,4 @@ function deliver_perform()
}
}
?>
?>

View File

@ -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
{

View File

@ -1,11 +1,9 @@
<?php
$Empcnt = '';
<?php $Empcnt = '';
if (!empty($EmpCount)) {
foreach ($EmpCount as $Emp) {
$Empcnt = $Emp->EmpCount;
}
}
?>
<style>
.HRMINHEIGHT {min-height: 950px !important;}

View File

@ -1,24 +1,13 @@
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Siddharth Industries</b> Admin System | Version 1.0
</div>
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Siddharth Industries</b> Admin System | Version 1.0
</div>
<strong>Copyright &copy;
<?php
$current_year=date("o");
<?php $current_year=date("o");
if ($current_year=="2016")
echo "2016";
else
echo "2016 - $current_year";
?>
echo "2016"; else echo "2016 - $current_year"; ?>
<a href="<?php echo base_url(); ?>">Siddharth Industries</a>.</strong> All rights reserved.
</footer>
</footer>
<!-- jQuery UI 1.11.2 -->
<!-- <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 -->
@ -110,5 +99,5 @@
}
</style>
</body>
</body>
</html>