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. --- year.php | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'year.php') diff --git a/year.php b/year.php index 1bb54a0..b42c996 100644 --- a/year.php +++ b/year.php @@ -7,7 +7,7 @@ ereg ("([0-9]{4})([0-9]{2})([0-9]{2})", $getdate, $day_array2); $this_day = $day_array2[3]; $this_month = $day_array2[2]; $this_year = $day_array2[1]. '01'. '01'; -$this_year2 = $day_array2[1]; +$display_date = $day_array2[1]; $unix_time = strtotime($getdate); $startYear = strtotime ($this_year); @@ -20,19 +20,9 @@ $prev_year = date ("Ymd", $prev_year); $thisday2 = localizeDate($dateFormat_week_list, $unix_time); +include (BASE.'includes/header.inc.php'); ?> - - - - - <?php echo "$calendar_name - $this_year2"; ?> - - - - -
@@ -44,7 +34,7 @@ $thisday2 = localizeDate($dateFormat_week_list, $unix_time);
- +
-- cgit v1.2.3