summaryrefslogtreecommitdiff
path: root/submit.php
diff options
context:
space:
mode:
Diffstat (limited to 'submit.php')
-rw-r--r--submit.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/submit.php b/submit.php
index 726439a38..2a78a6819 100644
--- a/submit.php
+++ b/submit.php
@@ -2,6 +2,8 @@
include_once "includes/common.inc";
+page_header();
+
$theme->header();
if ($user->id) {
@@ -28,4 +30,6 @@ else {
$theme->footer();
+page_footer();
+
?>