From: <cl...@us...> - 2004-10-25 17:43:41
|
Update of /cvsroot/phpicalendar/phpicalendar/functions In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14158/functions Modified Files: template.php Log Message: Fixed display month bottom. Index: template.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/functions/template.php,v retrieving revision 1.58 retrieving revision 1.59 diff -C2 -d -r1.58 -r1.59 *** template.php 25 Oct 2004 16:41:05 -0000 1.58 --- template.php 25 Oct 2004 17:43:32 -0000 1.59 *************** *** 830,833 **** --- 830,837 ---- } + function nomonthbottom() { + $this->page = preg_replace('!<\!-- switch showbottom on -->(.*)<\!-- switch showbottom off -->!is','', $this->page); + } + function monthbottom() { global $template, $getdate, $master_array, $this_year, $this_month, $cal, $timeFormat, $timeFormat_small, $dateFormat_week_list, $lang; |