From: <on...@us...> - 2002-09-27 12:23:52
|
Update of /cvsroot/xoops/xoops-current/html In directory usw-pr-cvs1:/tmp/cvs-serv11579 Modified Files: header.php Log Message: no message Index: header.php =================================================================== RCS file: /cvsroot/xoops/xoops-current/html/header.php,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** header.php 26 Sep 2002 22:34:36 -0000 1.17 --- header.php 27 Sep 2002 12:23:47 -0000 1.18 *************** *** 174,178 **** } if (!isset($show_rblock)) { ! $xoopsTpl->assign('xoops_showrblock', 0); } if (!isset($show_cblock)) { $xoopsTpl->assign('xoops_showcblock', 0); --- 174,179 ---- } if (!isset($show_rblock)) { ! $xoopsTpl->assign('xoops_showrblock', 0); ! } if (!isset($show_cblock)) { $xoopsTpl->assign('xoops_showcblock', 0); |