diff options
Diffstat (limited to 'pages/cp.php')
-rw-r--r-- | pages/cp.php | 4 |
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";
|