Merge branch 'master' of https://github.com/szmoore/MCTX3420 into users
[matches/MCTX3420.git] / testing / MCTXWeb / public_html / users / account.php
1 <?php\r
2 /*\r
3 UserCake Version: 2.0.2\r
4 http://usercake.com\r
5 */\r
6 \r
7 require_once("models/config.php");\r
8 if (!securePage($_SERVER['PHP_SELF'])){die();}\r
9 require_once("models/header.php");\r
10 \r
11 echo "\r
12 <body>\r
13 <div id='wrapper'>\r
14 <div id='top'><div id='logo'></div></div>\r
15 <div id='content'>\r
16 <h1>UserCake</h1>\r
17 <h2>Account</h2>\r
18 <div id='left-nav'>";\r
19 \r
20 include("left-nav.php");\r
21 \r
22 echo "\r
23 </div>\r
24 <div id='main'>\r
25 Hey, $loggedInUser->displayname. This is an example secure page designed to demonstrate some of the basic features of UserCake. Just so you know, your title at the moment is $loggedInUser->title, and that can be changed in the admin panel. You registered this account on " . date("M d, Y", $loggedInUser->signupTimeStamp()) . ".\r
26 </div>\r
27 <div id='bottom'></div>\r
28 </div>\r
29 </body>\r
30 </html>";\r
31 \r
32 ?>\r

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