";
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);
}
echo "";
}
?>
$l_timezone_note ".timezonename($displaytimezone);
$gmtoffset=tzgmtoffset($displaytimezone);
if($gmtoffset)
echo " (".$gmtoffset.")";
echo " ";
}
if($contentcopy)
{
echo $l_content." ".undo_htmlspecialchars(do_htmlentities(stripslashes($contentcopy)))." ";
}
else
{
echo $l_content." ".$simpnewssitename." ";
}
echo "$l_generated_with ".strip_tags($copyright_url)." $copyright_note";
if($l_translationnote)
echo " $l_translationnote";
echo " | |
";
if(($usecustomfooter==1) && ($copyrightpos==0))
{
echo "";
if(($footerfile) && ($footerfilepos==0))
{
if(is_phpfile($footerfile))
include_once($footerfile);
else
file_output($footerfile);
if($customfooter)
echo "
\n";
}
if($customfooter)
echo $customfooter;
if(($footerfile) && ($footerfilepos==1))
{
if($customfooter)
echo "
\n";
if(is_phpfile($footerfile))
include_once($footerfile);
else
file_output($footerfile);
}
echo "
";
}
?>