Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv4271/phpslash-ft/public_html
Modified Files:
article.php3
Log Message:
article.php3, article-pf.tpl - Inserted a story link into the template
Index: article.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** article.php3 2001/12/14 22:14:36 1.52
--- article.php3 2001/12/16 22:56:45 1.53
***************
*** 57,60 ****
--- 57,62 ----
$t->set_file(article, "article-pf.tpl");
$t->set_var(array(
+ STORY_URL => "".$_PSL[rooturl].$_PSL[phpself]."?story_id=".$story_id."",
+ SITENAME => $_PSL[site_name],
PAGETITLE => $pagetitle,
TITLE => $ttitle,
|