HOME


sh-3ll 1.0
DIR:/proc/self/cwd/application/views/layout/
Upload File :
Current File : //proc/self/cwd/application/views/layout/backend-access.php
<!DOCTYPE html>
<html lang="en">

<head>
	<?php $this->load->view('includes/backend/head'); ?>
</head>

<body class="fix-header card-no-border logo-center">
	<!-- ============================================================== -->
	<!-- Preloader - style you can find in spinners.css -->
	<!-- ============================================================== -->
	<div class="preloader">
		<svg class="circular" viewBox="25 25 50 50">
			<circle class="path" cx="50" cy="50" r="20" fill="none" stroke-width="2" stroke-miterlimit="10" /> </svg>
		</div>

		<div id="main-wrapper">
			<?php $this->load->view('includes/backend/top-header'); ?>
			<?php $this->load->view('includes/backend/navigation'); ?>

			<div class="page-wrapper">
				<?php $this->load->view($content);?>
				<?php $this->load->view('includes/backend/footer'); ?>
			</div>

			

			<?php $this->load->view('includes/backend/script'); ?>
		</body>

		</html>