From 2595af201cfc65ebf825f8d00df0fc9ad9d1aea4 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Sat, 26 May 2007 12:45:49 +0000 Subject: [PATCH] Add BASE_PAGE and remove the depreciated function usage --- backend/mirrorkit/stats/php.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/mirrorkit/stats/php.conf b/backend/mirrorkit/stats/php.conf index 8e7975e8d..f4f2d7cc7 100644 --- a/backend/mirrorkit/stats/php.conf +++ b/backend/mirrorkit/stats/php.conf @@ -151,7 +151,7 @@ PageType php #HTMLPre -HTMLPre +HTMLPre # HTMLHead defines HTML code to insert within the # block, immediately after the line. Maximum line length @@ -159,7 +159,7 @@ HTMLPre <?php include_once $_SERVER['DOCUMENT_ROOT'] . "/include/prepend.inc"; #HTMLHead <META NAME="author" CONTENT="The Webalizer"> -HTMLHead <?php commonHeader("Stats"); ?> +HTMLHead <?php site_header("Stats"); ?> # HTMLBody defined the HTML code to be inserted, starting with the # <BODY> tag. If not specified, the default is shown below. If @@ -195,7 +195,7 @@ HTMLBody <?php ?> #HTMLEnd </BODY></HTML> -HTMLEnd <?php commonFooter(); ?> +HTMLEnd <?php siteFooter(); ?> # The Quiet option suppresses output messages... Useful when run # as a cron job to prevent bogus e-mails. Values can be either