1
i use this to hide left, right, and center blocks in custom page
$xoopsTpl->assign('xoops_showrblock', 0); // 1 display right blocks
$xoopsTpl->assign('xoops_showlblock', 0); // 1 display right blocks
$xoopsTpl->assign('xoops_showcblock', 0); // 1 display center blocks
what about center left and center right ?
tried this..it does not work
$xoopsTpl->assign('xoops_showlcblock', 0);
$xoopsTpl->assign('xoops_showrcblock', 0);
$xoopsTpl->assign('xoops_showclblock', 0);
$xoopsTpl->assign('xoops_showcrblock', 0);