Update of /cvsroot/xoops/xoops-current/html
In directory usw-pr-cvs1:/tmp/cvs-serv16773
Modified Files:
header.php
Log Message:
no message
Index: header.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/header.php,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** header.php 27 Sep 2002 12:41:48 -0000 1.19
--- header.php 28 Sep 2002 21:24:50 -0000 1.20
***************
*** 137,141 ****
}
$xoopsTpl->cache_lifetime = $bcachetime;
! $fetched = $xoopsTpl->fetch('file:'.XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/blocks/'.$btemplate, $arr[$i]->getVar('bid'));
switch ($arr[$i]->getVar('side')) {
case XOOPS_SIDEBLOCK_LEFT:
--- 137,141 ----
}
$xoopsTpl->cache_lifetime = $bcachetime;
! $fetched = $xoopsTpl->fetch('file:'.XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/blocks/'.$btemplate, 'block'.$arr[$i]->getVar('bid'));
switch ($arr[$i]->getVar('side')) {
case XOOPS_SIDEBLOCK_LEFT:
|