9
I mean:
instead of adding all this:
le="color: #000000"><?php #### Hack by rw-banner $mod = XoopsModule::getByDirname("rw_banner"); if ($mod){ include(XOOPS_ROOT_PATH.'/modules/rw_banner/include/bbcode.php'); } #### end of the Hack by rw-banner
add only this
le="color: #000000"><?php #### Hack by rw-banner include(XOOPS_ROOT_PATH.'/modules/rw_banner/include/bbcode.php'); #### end of the Hack by rw-banner
I thought that you whant to display RW banner with ustom block and offered an alternative ...