From 790fddc214d1639e9b3e528614b15abf4a8e21a9 Mon Sep 17 00:00:00 2001 From: Jim Hu Date: Wed, 7 Sep 2005 03:41:18 +0000 Subject: Fix [ 1283135 ] Link on Results partly broken by adding line to template.php; add cpath to other files --- functions/template.php | 1 + 1 file changed, 1 insertion(+) (limited to 'functions/template.php') diff --git a/functions/template.php b/functions/template.php index c4a4856..6ecae12 100644 --- a/functions/template.php +++ b/functions/template.php @@ -213,6 +213,7 @@ class Page { $events_tmp = $loop_event; + $some_events = str_replace('{KEY}', $val['date'], $some_events); $some_events = str_replace('{DAYOFMONTH}', $dayofmonth, $some_events); $final .= $day_tmp.$some_events; unset ($day_tmp, $some_events); -- cgit v1.2.3