From: <ji...@us...> - 2006-04-10 00:42:40
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20282 Modified Files: error.php Log Message: modify to use default_path Index: error.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/error.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** error.php 25 Oct 2004 17:16:08 -0000 1.2 --- error.php 10 Apr 2006 00:42:34 -0000 1.3 *************** *** 36,40 **** $page->replace_tags(array( ! 'default_path' => $error_base, 'template' => $template, 'cal' => $cal, --- 36,40 ---- $page->replace_tags(array( ! 'default_path' => $default_path.'/', 'template' => $template, 'cal' => $cal, |