bbone/application/modules/Layout/views/Employee_Layout.php
2023-06-24 16:02:54 +05:30

23 lines
507 B
PHP

<!-- top navigation -->
<?php $this->layout->load_view('Layout/includes/employee_header.php');?>
<!-- /top navigation -->
<!-- menu here -->
<?php $this->layout->load_view('Layout/includes/employee_menu.php');?>
<!-- menu here -->
<!-- Body page content -->
<div class="right_col" role="main">
<?php echo $main_content; ?>
</div>
<!-- /Body page content -->
<!-- footer content -->
<?php $this->layout->load_view('Layout/includes/employee_footer.php');?>
<!-- /footer content -->