Update of /cvsroot/phpslash/phpslash-ft/public_html/admin
In directory usw-pr-cvs1:/tmp/cvs-serv31078/phpslash-ft/public_html/admin
Modified Files:
authorAdmin.php3
Log Message:
column tweak
Index: authorAdmin.php3
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/public_html/admin/authorAdmin.php3,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** authorAdmin.php3 3 Jun 2002 18:11:01 -0000 1.8
--- authorAdmin.php3 3 Jun 2002 18:38:13 -0000 1.9
***************
*** 102,113 ****
if (empty($rightblocks)) {
// $centerblocks = $block->getBlocks($ary);
! // $tplfile = "index1col.tpl";
! // default to 2 column for transparent upgrade
! if(empty($centerblocks)) {
! $rightblocks = $block->getBlocks($ary);
! $tplfile = 'index2colright.tpl';
! } else {
! $tplfile = 'index3col.tpl';
! }
} else {
$tplfile = 'index2colright.tpl';
--- 102,106 ----
if (empty($rightblocks)) {
// $centerblocks = $block->getBlocks($ary);
! $tplfile = "index1col.tpl";
} else {
$tplfile = 'index2colright.tpl';
|