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. --- day.php | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index ccabe8e..2b6ed59 100644 --- a/day.php +++ b/day.php @@ -42,26 +42,9 @@ if (isset($master_array[($getdate)])) { } } } -?> - - - - - - <?php echo "$calendar_name - $display_date"; ?> - "> - "; - } - ?> +include (BASE.'includes/header.inc.php'); - - - - +?>
-- cgit v1.2.3