From: <on...@us...> - 2002-09-24 17:41:28
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv11602 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** header.php 23 Sep 2002 21:13:44 -0000 1.13 --- header.php 24 Sep 2002 17:41:25 -0000 1.14 *************** *** 123,127 **** $btemplate = ($btemplate == '') ? 'block1.html' : $btemplate; $bcachetime = intval($arr[$i]->getVar('bcachetime')); ! if (!$xoopsTpl->is_cached('file:'.XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/blocks/'.$btemplate, $arr[$i]->getVar('bid'))) { $xoopsLogger->addBlock($arr[$i]->getVar('name')); $block =& $arr[$i]->buildBlock(); --- 123,127 ---- $btemplate = ($btemplate == '') ? 'block1.html' : $btemplate; $bcachetime = intval($arr[$i]->getVar('bcachetime')); ! if (!$xoopsTpl->is_cached('file:'.XOOPS_ROOT_PATH.'/themes/'.$xoopsConfig['default_theme'].'/blocks/'.$btemplate, 'block'.$arr[$i]->getVar('bid'))) { $xoopsLogger->addBlock($arr[$i]->getVar('name')); $block =& $arr[$i]->buildBlock(); |