-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.php
27 lines (25 loc) · 1.04 KB
/
header.php
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
<?php ob_start();?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Attendance System - <?php echo $pageTitle; ?></title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- jQuery library -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<!-- Latest compiled JavaScript -->
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<link rel="stylesheet" href="css.css" type="text/css">
<script src="js.js"></script>
</head>
<body>
<div class="container">
<?php include ("nav.php");?>
<div class="panel panel-primary" style="border: none;">
<div class="panel-heading">
<h1><?php echo $pageTitle; ?></h1>
</div>
<div class="panel-body">