1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?php defined('BASEPATH') or exit('No direct script access allowed'); ?> <!DOCTYPE html> <html lang="en"> <head> <?php include_once(dirname(__FILE__) . "/../head.php"); ?> </head>
<body class="hold-transition skin-blue sidebar-mini"> <div class="wrapper"> <?php include_once(dirname(__FILE__) . "/../header.php"); ?> <?php include_once(dirname(__FILE__) . "/../menu.php"); ?>
<!-- Content Wrapper. Contains page content --> <div class="content-wrapper" style="min-height: 916px;">
|