[Phpslash-commit] CVS: phpslash-ft/public_html article.php3,1.60,1.61
Brought to you by:
joestewart,
nhruby
From: Ajay S. <aja...@us...> - 2002-03-16 23:03:26
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv4180/public_html Modified Files: article.php3 Log Message: article.php3 defines ROOTDIR for use in article.tpl Index: article.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v retrieving revision 1.60 retrieving revision 1.61 diff -C2 -d -r1.60 -r1.61 *** article.php3 13 Mar 2002 19:14:20 -0000 1.60 --- article.php3 16 Mar 2002 23:03:23 -0000 1.61 *************** *** 153,156 **** --- 153,157 ---- 'BREADCRUMB' => $breadcrumb, 'STORY_ID' => $story_id, + 'ROOTDIR' => $_PSL['rooturl'], 'IMAGEDIR' => $_PSL['imageurl'], 'STORY_COLUMN' => $emailform."\n".$story_html."\n".$comments, |