summaryrefslogtreecommitdiff
path: root/includes/common.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/common.inc')
-rw-r--r--includes/common.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 611135f37..8143693f2 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -913,7 +913,7 @@ function query_print() {
print "</pre>";
}
-function page_header() {
+function drupal_page_header() {
if (variable_get("dev_timer", 0)) {
timer_start();
}
@@ -940,8 +940,7 @@ function page_header() {
}
}
-function page_footer() {
-
+function drupal_page_footer() {
if (variable_get("cache", 0)) {
page_set_cache();
}