Merge branch 'master' of github:szmoore/MCTX3420 into report
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / models / header.php
1 <?php\r
2 /*\r
3 UserCake Version: 2.0.2\r
4 http://usercake.com\r
5 */\r
6 echo "\r
7   <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>\r
8   <html xmlns='http://www.w3.org/1999/xhtml'>\r
9   <head>\r
10   <meta http-equiv='Content-Type' content='text/html; charset=utf-8' />\r
11   <title>".$websiteName."</title>\r
12   <link href='".$template."' rel='stylesheet' type='text/css' />\r
13   <script src='models/funcs.js' type='text/javascript'>\r
14   </script>\r
15   </head>\r
16   <body>";\r
17 \r
18 /**\r
19  * Make the remainder of the page\r
20  */\r
21 function createPage($title)\r
22 {\r
23   echo "\r
24   <div id='wrapper'>\r
25   <div id='top'><div id='logo'></div></div>\r
26   <div id='content'>\r
27   <h1>User Managment</h1>\r
28   <h2>$title</h2>\r
29   <div id='left-nav'>";\r
30 \r
31   include("left-nav.php");\r
32 \r
33   echo "\r
34   </div>\r
35   <div id='main'>";\r
36 }\r
37 \r
38 ?>\r

UCC git Repository :: git.ucc.asn.au