summaryrefslogtreecommitdiffstats
path: root/pages/cp.php
diff options
context:
space:
mode:
authorPatrick Davison <snapwilliam@gmail.com>2013-05-28 15:39:43 -0700
committerPatrick Davison <snapwilliam@gmail.com>2013-05-28 15:39:43 -0700
commit7e9c0025ca4511d269274662902d638318f64027 (patch)
tree686f81622d2ce184f7085d5b7ed2bcc44e7b88cf /pages/cp.php
parent86a9c5724f14aed4ff73772a1515da97efe7b7bd (diff)
downloadpathery-7e9c0025ca4511d269274662902d638318f64027.tar.xz
Sticky Footer! moved <body> tag, renamed $Links $headerLinks.
Diffstat (limited to 'pages/cp.php')
-rw-r--r--pages/cp.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/pages/cp.php b/pages/cp.php
index 8ce922e..f6efd30 100644
--- a/pages/cp.php
+++ b/pages/cp.php
@@ -2,8 +2,6 @@
htmlHeader();
?>
-<body>
-
<?php
//TODO: Switch to a http request instead of curl
@@ -24,7 +22,7 @@ htmlHeader();
// }
-topbar($Links);
+topbar($headerLinks);
if (!$accepted) {
echo "Sign in first";