| Server IP : 94.136.191.34 / Your IP : 216.73.216.25 Web Server : Apache System : Linux hostpanel.netbiz.in 5.15.0-130-generic #140-Ubuntu SMP Wed Dec 18 17:59:53 UTC 2024 x86_64 User : omkar.com_6nnuz6y629h ( 10087) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system,proc_open,popen MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/omkar.com/httpdocs/application/views/admin/ |
Upload File : |
<?php $this->load->view('admin/components/header'); ?>
<body class="hold-transition skin-blue sidebar-mini">
<div class="wrapper">
<?php $this->load->view('admin/components/user_profile'); ?>
<?php $this->load->view('admin/components/navigation'); ?>
<!-- Right side column. Contains the navbar and content of the page -->
<div class="content-wrapper">
<section class="content-header">
<h1>
Dashboard
<small>Control panel</small>
</h1>
<!-- <ol class="breadcrumb">
<li><a href="#"><i class="fa fa-dashboard"></i> Home</a></li>
<li class="active">Dashboard</li>
</ol> -->
</section>
<section class="content">
<?php echo $subview; ?>
</section>
</div><!-- /.right-side -->
<div class="control-sidebar-bg"></div>
<footer class="main-footer">
<strong>Copyright © 2017-2018 All rights
reserved.
</footer>
<!-- <div id="myModal" class="modal hide">
<div class="modal-header">
<a href="#" data-dismiss="modal" aria-hidden="true" class="close">×</a>
<h3>Delete</h3>
</div>
<div class="modal-body">
<p>You are about to delete.</p>
<p>Do you want to proceed?</p>
</div>
<div class="modal-footer">
<a href="#" id="btnYes" class="btn danger">Yes</a>
<a href="#" data-dismiss="modal" aria-hidden="true" class="btn secondary">No</a>
</div>
</div> -->
</div><!-- ./wrapper -->
<?php //$this->load->view('admin/_layout_modal'); ?>
<?php $this->load->view('admin/components/footer'); ?>