5
Quote:
it maybe in the header.php
Thanks, karuna.
case XOOPS_CENTERBLOCK_LEFT:
if (!isset($show_cblock)) {
$xoopsTpl->assign('xoops_showcblock', 1);
$show_cblock = 1;
}
$xoopsTpl->append('xoops_clblocks', array([color=d84848]'title' =>
$block_arr[$i]->getVar('title')[/color], 'content' =>
$bcontent));
break;
now if we could get the module name corresponding with the block, with the link added, we could have a block title pointing to the module.