1
when i enable the XOOPS care block..nothing appear..i check in
xoopscare/templates/blocks/xc_block_clean.html ...it only have comment
i check it in
svn..same thing
anyone know what to put in the template to make the block work ...i guess this is cache cleaning from block .
here's the funtion in
blocks/xc_cron.php
function b_xc_clean_show($options)
{
include_once XOOPS_ROOT_PATH.'/modules/xoopscare/class/care.php';
$care_class = new XoopsCare();
$care_class->RunAll();
return '';
}
?>