1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Creativeitem Software Installation" />
<meta name="author" content="Creativeitem" />
<title>Installation | Academy-LMS</title>
<?php include 'styles.php'; ?>
</head>
<body class="page-body">
<div class="page-container horizontal-menu">
<header class="navbar navbar-fixed-top" style="min-height: 80px; background: linear-gradient(135deg,#0F2027 0,#2C5364 60%) !important;">
<div class="navbar-inner">
<!-- logo -->
<div class="navbar-brand">
<a href="#">
<img src="<?php echo base_url('uploads/system/logo-light.png');?>" style="max-height:40px;"/>
</a>
</div>
<div class="navbar-brand pull-right" style="margin-top: 13px;">
Installation
</div>
</div>
</header>
<div class="main-content">
<div class="container">
<div class="row">
<div class="col-md-12">
<?php include 'main/'.$page_name.'.php'; ?>
</div>
</div>
<div class="row">
<div class="col-md-12">
<?php include 'footer.php'; ?>
</div>
</div>
</div>
</div>
<?php include 'scripts.php'; ?>
</body>
</html>