From 0d8ef88923d9490374fdf6fef328929956f26559 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 5 Oct 2002 06:43:42 +0000 Subject: More style sheet tweeks, i think everything is in. --- day.php | 23 +++++------------------ 1 file changed, 5 insertions(+), 18 deletions(-) (limited to 'day.php') diff --git a/day.php b/day.php index b76b999..03a1c63 100644 --- a/day.php +++ b/day.php @@ -34,19 +34,6 @@ $this_day = $day_array2[3]; $this_month = $day_array2[2]; $this_year = $day_array2[1]; -$date = strtotime($getdate); -$month1 = date('m', DateAdd ('m', '-1', $date)); -$month2 = date('m', $date); -$month3 = date('m', DateAdd ('m', '+1', $date)); -$year1 = date('Y', DateAdd ('m', '-1', $date)); -$year2 = date('Y', $date); -$year3 = date('Y', DateAdd ('m', '+1', $date)); -$first_sunday1 = sundayOfWeek($year1, $month1, '1'); -$first_sunday2 = sundayOfWeek($year2, $month2, '1'); -$first_sunday3 = sundayOfWeek($year3, $month3, '1'); -$display_month1 = localizeDate ($dateFormat_month, strtotime('-1 month', $date)); -$display_month2 = localizeDate ($dateFormat_month, $date); -$display_month3 = localizeDate ($dateFormat_month, strtotime('+1 month', $date)); $parse_month = date ('Ym', $date); $thisday2 = localizeDate($dateFormat_week_list, $date); @@ -87,18 +74,18 @@ if ($master_array[($getdate)]) { - + - +
- '; ?> - '; ?> - '; ?> + '; ?> + '; ?> + '; ?>
-- cgit v1.2.3