Update of /cvsroot/phpslash/phpslash-ft/public_html
In directory usw-pr-cvs1:/tmp/cvs-serv16057
Modified Files:
article.php3
Log Message:
auto column sensing
Index: article.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/article.php3,v
retrieving revision 1.54
retrieving revision 1.55
diff -C2 -d -r1.54 -r1.55
*** article.php3 2002/01/08 21:38:23 1.54
--- article.php3 2002/01/08 21:43:57 1.55
***************
*** 92,96 ****
// $footer = getFooter();
! $titlebar = getTitlebar("100%", $title); // here if you need it.
$related = $story->getRelated($story_id);
--- 92,96 ----
// $footer = getFooter();
! // $titlebar = getTitlebar("100%", $title); // here if you need it.
$related = $story->getRelated($story_id);
***************
*** 142,146 ****
$t->set_var(array(
- TITLEBAR => $titlebar,
TITLE => $title,
BREADCRUMB => $breadcrumb,
--- 142,145 ----
***************
*** 151,159 ****
CENTER__TOP_BLOCK_COLUMN => $centertopblocks,
RIGHT_BLOCK_COLUMN => $rightblocks,
! HEADER => $header,
// EMAILFORM => $emailform,
// STORY => $story_html,
// ARROWS => $arrows,
! FOOTER => $footer,
// RELATED => $related,
));
--- 150,158 ----
CENTER__TOP_BLOCK_COLUMN => $centertopblocks,
RIGHT_BLOCK_COLUMN => $rightblocks,
! // HEADER => $header,
// EMAILFORM => $emailform,
// STORY => $story_html,
// ARROWS => $arrows,
! // FOOTER => $footer,
// RELATED => $related,
));
|