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. --- week.php | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'week.php') diff --git a/week.php b/week.php index 78853e4..9cb77c1 100644 --- a/week.php +++ b/week.php @@ -42,25 +42,10 @@ for ($i=0;$i<7;$i++) { } $thisdate = ($thisdate + (25 * 60 * 60)); } +include (BASE.'includes/header.inc.php'); + ?> - - - - - <?php echo "$calendar_name - $display_date"; ?> - "> - "; - } - ?> - - - -
-- cgit v1.2.3