Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv2991/phpslash-ft/class
Modified Files:
functions.inc
Log Message:
ROOTURL in breadcrumb
Index: functions.inc
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/functions.inc,v
retrieving revision 1.97
retrieving revision 1.98
diff -C2 -d -r1.97 -r1.98
*** functions.inc 12 Mar 2002 19:00:23 -0000 1.97
--- functions.inc 13 Mar 2002 22:11:03 -0000 1.98
***************
*** 664,668 ****
$template->set_block ("breadcrumb", "each_crumb", "crumb_block");
$template->set_var(array(
! 'ROOTDIR' => $_PSL['rooturl']
));
--- 664,668 ----
$template->set_block ("breadcrumb", "each_crumb", "crumb_block");
$template->set_var(array(
! 'ROOTURL' => $_PSL['rooturl']
));
|