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 53af0e27a..7e2e6e55c 100644 --- a/submit.php +++ b/submit.php @@ -2,6 +2,8 @@ include_once "includes/common.inc"; +if (variable_get(dev_timing, 0)) timer_start(); + $theme->header(); if ($user->id) { @@ -30,4 +32,6 @@ else { $theme->footer(); +if (variable_get(dev_timing, 0)) timer_print(); + ?> |