-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
67 lines (57 loc) · 1.91 KB
/
header.php
File metadata and controls
67 lines (57 loc) · 1.91 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?php
echo '
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>'.$CFG->event_title.'</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="'.$CFG->event_title.'" />
<meta name="keywords" content="oklahoma, global, education, consortium, 12th, 12, " />
<meta name="author" content="Brian Carpenter" />
<link rel="stylesheet" type="text/css" href="/template/css/style.css" />
</head>
<body>
<div id="wrapper-menu-top">
<div id="menu-top">
<ul>
<li><a href="/" title="Overview"><span>Overview</span></a></li>
<li><a href="/agenda.php" title="Agenda"><span>Agenda</span></a></li>
<li><a href="/sponsors.php" title="Links"><span>Sponsors</span></a></li>
<li><a href="/registration.php" title="Links"><span>Registration</span></a></li>
<li><a href="/location.php" title="Links"><span>Travel/Hotel</span></a></li>
<li><a href="#" title="Links"><span>Links</span></a></li>
</ul>
</div><!--menu-top-->
</div><!--wrapper-menu-top-->
<div id="wrapper-header">
<div id="header">
<div id="wrapper-header2">
<div id="wrapper-header3">
<h1>12th Annual Oklahoma Global Education Consortium 2009</h1>
</div>
</div>
</div>
</div>
<div id="wrapper-content">
<div id="wrapper-menu-page">
<div id="menu-page">
<h3>Page navigation</h3>
<ul>
<li><a href="/">Overview</a></li>
<li><a href="/agenda.php">Agenda</a></li>
<li><a href="/registration.php">Registration</a></li>
<li><a href="/location.php">Accomodations</a></li>
</ul>
<h3>sub page menu</h3>
<ul>
<li><a href="#">Example Link 1</a></li>
<li><a href="#">Example Link 2</a></li>
<li><a href="#">Example Link 3</a></li>
<li><a href="#">Example Link 4</a></li>
</ul>
<p><img src="/images/ogec_logo.png" height=107 width=107 /></p>
</div><!--menu-page-->
</div>
<div id="content">
';
?>