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. --- month.php | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) (limited to 'month.php') diff --git a/month.php b/month.php index 55e7a83..e0694e5 100644 --- a/month.php +++ b/month.php @@ -34,32 +34,16 @@ $prev_month_time = mktime(0,0,0,$prev_month_month,$prev_month_day,$prev_month_ye $next_month = date("Ymd", $next_month_time); $prev_month = date("Ymd", $prev_month_time); -$display_month = localizeDate ($dateFormat_month, $date); +$display_date = localizeDate ($dateFormat_month, $date); $parse_month = date ("Ym", $date); $first_of_month = $this_year.$this_month."01"; $start_month_day = dateOfWeek($first_of_month, $week_start_day); $thisday2 = localizeDate($dateFormat_week_list, $unix_time); $num_of_events = 0; +include (BASE.'includes/header.inc.php'); ?> - - - - - <?php echo "$calendar_name - $display_month"; ?> - "> - "; - } - ?> - - -
-- cgit v1.2.3