|
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/views/_layouts/ |
Upload File : |
<div class="container">
<?php $this->load->view('_partials/navbar'); ?>
<section class="content">
<?php $this->load->view('_partials/breadcrumb'); ?>
<?php $this->load->view($inner_view); ?>
</section>
</div>
<div class="footer">
<div class="container">
<?php if (ENVIRONMENT=='development'): ?>
<p class="pull-right text-muted">
CI Bootstrap Version: <strong><?php echo CI_BOOTSTRAP_VERSION; ?></strong>,
CI Version: <strong><?php echo CI_VERSION; ?></strong>,
Elapsed Time: <strong>{elapsed_time}</strong> seconds,
Memory Usage: <strong>{memory_usage}</strong>
</p>
<?php endif; ?>
<p class="text-muted">© <strong><?php echo date('Y'); ?></strong> All rights reserved.</p>
</div>
</div>