Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv3316/phpslash-ft/public_html
Modified Files:
article.php3 index.php3
Log Message:
related tweaks
Index: article.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** article.php3 2002/01/15 16:34:41 1.56
--- article.php3 2002/01/15 21:50:38 1.57
***************
*** 126,131 ****
$t->set_file(article, $tplfile); //"article.tpl");
- $related = $story->getRelated($story_id);
-
/* Now the comments */
--- 126,129 ----
Index: index.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/index.php3,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** index.php3 2002/01/08 21:38:23 1.51
--- index.php3 2002/01/15 21:50:38 1.52
***************
*** 55,66 ****
} else {
$tplfile = "index2colright.tpl";
- $rightblocks = $related . $rightblocks;
}
} elseif (empty($rightblocks)) {
$tplfile = "index2colleft.tpl";
- $leftblocks .= $related;
} else {
$tplfile = "index3col.tpl";
- $rightblocks = $related . $rightblocks;
}
--- 55,63 ----
|