From 9ee9d70b3288ae2ca420b03698fa0b2d76677f3c Mon Sep 17 00:00:00 2001 From: Chad Little Date: Wed, 17 Sep 2003 05:18:23 +0000 Subject: Moved all html head/meta data/body/ect to 'header.inc.php' so people can more easily modify the top to fit their site. --- preferences.php | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'preferences.php') diff --git a/preferences.php b/preferences.php index 4dd231d..91fdccc 100644 --- a/preferences.php +++ b/preferences.php @@ -64,17 +64,9 @@ if ((!isset($HTTP_COOKIE_VARS['phpicalendar'])) || ($cookie_unset)) { $cookie_time = $day_start; } +include (BASE.'includes/header.inc.php'); + ?> - - - - - <?php echo "$calendar_lang - $preferences_lang"; ?> - "> - - -
-- cgit v1.2.3