diff options
Diffstat (limited to 'pages/account.inc')
-rw-r--r-- | pages/account.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/pages/account.inc b/pages/account.inc new file mode 100644 index 0000000..c1c5d52 --- /dev/null +++ b/pages/account.inc @@ -0,0 +1,15 @@ +<?php + +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/init.inc"; global $title; global $isLoggedIn; global $lang; global $pages; +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/util/evening.inc"; + +require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/header.inc'; ?> + +<br> +<div class="container"> + <div id="page-content"> + <h2>Account and security</h2> + </div> +</div> + +<?php require_once $_SERVER['DOCUMENT_ROOT'] . '/includes/components/footer.inc'; ?> |