|
Server : Apache/2.4.41 (Ubuntu) System : Linux vmi1525618.contaboserver.net 5.4.0-105-generic #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.2.12 Disable Function : NONE Directory : /var/www/parasoffline.edukrypt.in/application/modules/admin/views/_layouts/ |
Upload File : |
<div class="wrapper">
<?php $this->load->view('_partials/navbar'); ?>
<?php // Left side column. contains the logo and sidebar ?>
<aside class="main-sidebar">
<section class="sidebar">
<div class="user-panel" style="height:65px">
<div class="pull-left info" style="left:5px">
<p><?php echo $user->first_name; ?></p>
<a href="panel/account"><i class="fa fa-circle text-success"></i> Online</a>
</div>
</div>
<?php // (Optional) Add Search box here ?>
<?php //$this->load->view('_partials/sidemenu_search'); ?>
<?php $this->load->view('_partials/sidemenu'); ?>
</section>
</aside>
<?php // Right side column. Contains the navbar and content of the page ?>
<div class="content-wrapper">
<section class="content-header">
<h1><?php echo $page_title; ?></h1>
<?php $this->load->view('_partials/breadcrumb'); ?>
</section>
<section class="content">
<?php $this->load->view($inner_view); ?>
<?php $this->load->view('_partials/back_btn'); ?>
</section>
</div>
<?php // Footer ?>
<footer class="main-footer">
<?php if (ENVIRONMENT=='development'): ?>
<div class="pull-right hidden-xs">
EduKrypt Version: <strong><?php echo '1.0'; ?></strong>,
Elapsed Time: <strong>{elapsed_time}</strong> seconds,
Memory Usage: <strong>{memory_usage}</strong>
</div>
<?php endif; ?>
<strong>© <?php echo date('Y'); ?> <a href="http://edukrypt.com/"><?php echo 'EduKrypt'; ?></a></strong> All rights reserved.
</footer>
</div>