";
if(bittst($catfooteroptions,BIT_1) && !bittst($catfooteroptions,BIT_2) && !bittst($catfooteroptions,BIT_3))
{
echo $catfooter;
echo "
";
}
if(($footerfile) && ($footerfilepos==0))
{
if(is_phpfile($footerfile))
include_once($footerfile);
else
file_output($footerfile);
if(($customfooter) && ($cfootnobr==0))
echo "
\n";
}
if($customfooter)
echo $customfooter;
if(($footerfile) && ($footerfilepos==1))
{
if(($customfooter) && ($cfootnobr==0))
echo "
\n";
if(is_phpfile($footerfile))
include_once($footerfile);
else
file_output($footerfile);
}
if(bittst($catfooteroptions,BIT_1) && !bittst($catfooteroptions,BIT_2) && bittst($catfooteroptions,BIT_3))
{
echo "
";
echo $catfooter;
}
echo "";
}
?>