Update of /cvsroot/xoops/xoops-current/html
In directory usw-pr-cvs1:/tmp/cvs-serv5265
Modified Files:
header.php
Log Message:
no message
Index: header.php
===================================================================
RCS file: /cvsroot/xoops/xoops-current/html/header.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** header.php 21 Sep 2002 16:52:31 -0000 1.10
--- header.php 21 Sep 2002 17:00:48 -0000 1.11
***************
*** 164,167 ****
--- 164,172 ----
unset($fetched);
}
+ if (!isset($show_rblock)) {
+ $xoopsTpl->assign('xoops_showrblock', 0); }
+ if (!isset($show_cblock)) {
+ $xoopsTpl->assign('xoops_showcblock', 0);
+ }
ob_start();
include(XOOPS_ROOT_PATH.'/include/xoopsjs.php');
|