summaryrefslogtreecommitdiffstats
path: root/pages/admin.php
diff options
context:
space:
mode:
authorraylu <raylu@mixpanel.com>2011-11-05 03:04:49 -0700
committerraylu <raylu@mixpanel.com>2011-11-05 03:04:49 -0700
commitcf4af138b16da878404cf3319d5d988dacee198a (patch)
tree41187e9c8206657f9f5138de70c5e5a6f447a251 /pages/admin.php
parent264ed976da6b3012209386a76520327faeddf82e (diff)
downloadpathery-cf4af138b16da878404cf3319d5d988dacee198a.tar.xz
new layout
Diffstat (limited to 'pages/admin.php')
-rw-r--r--pages/admin.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/pages/admin.php b/pages/admin.php
index b4e53be..d825ebc 100644
--- a/pages/admin.php
+++ b/pages/admin.php
@@ -1,4 +1,4 @@
-<?PHP
+<?php
htmlHeader();
?>
@@ -225,9 +225,5 @@ function createThumbnail($mapMatrix, $idprefix, $width, $height) {
return $output;
}
-
-
-
+htmlFooter();
?>
-</body>
-</html>