From 02bed7d91ae13c34eb9b883b0df3b538e3bc4c76 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Tue, 3 Feb 2004 23:02:09 +0000 Subject: Removed unneeded files, tweeked templates, added legend for multiple calendars. --- functions/list_functions.php | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) (limited to 'functions/list_functions.php') diff --git a/functions/list_functions.php b/functions/list_functions.php index c9ae6fd..1875bf9 100644 --- a/functions/list_functions.php +++ b/functions/list_functions.php @@ -1,6 +1,24 @@ '.$lang['l_goday'].''; + $return .= ''; + $return .= ''; + $return .= ''; + + return $return; +} +function list_calcolors() { + global $template, $master_array; + foreach ($master_array[-3] as $key => $val) { + $return .= ' '.$val.'
'; + } + + return $return; +} function list_months() { global $getdate, $this_year, $cal, $dateFormat_month; @@ -23,7 +41,7 @@ function list_months() { function list_years() { - global $getdate, $this_year, $cal, $dateFormat_month; + global $getdate, $this_year, $cal; $year_time = strtotime($getdate); for ($i=0; $i < $num_years; $i++) { $offset = $num_years - $i; -- cgit v1.2.3