diff options
Diffstat (limited to 'submit.php')
-rw-r--r-- | submit.php | 4 |
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(); + ?> |