[Phpslash-commit] CVS: phpslash-ft/public_html indextpl3col.php3,1.13,1.14
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2002-01-15 16:43:18
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv23696/phpslash-ft/public_html Modified Files: indextpl3col.php3 Log Message: bugfix [ #503769 ] Index: indextpl3col.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/indextpl3col.php3,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** indextpl3col.php3 2002/01/15 16:13:06 1.13 --- indextpl3col.php3 2002/01/15 16:43:15 1.14 *************** *** 48,52 **** $template->set_var(array( ! ROOTDIR => $_PSL[rootur], IMAGEDIR => $_PSL[imageurl], BREADCRUMB => $breadcrumb, --- 48,52 ---- $template->set_var(array( ! ROOTDIR => $_PSL[rooturl], IMAGEDIR => $_PSL[imageurl], BREADCRUMB => $breadcrumb, |