<?php
// bottom area
if(!class_exists('dbPdo')) {
header("location://https://YOUR_DOMAIN/NotAuthorized.php?site=YOUR_DOMAIN&page=footer.i.php");
}
return <<<EOF
<footer>
<!-- YOUR_DOMAIN/includes/footer.i.php -->
$f->aboutwebsite
<div id="address">
<address>
$f->copyright
$f->address
$f->emailAddress
</address>
</div>
$f->msg
$f->msg1
$f->counterWigget
$f->lastmod
$f->msg2
</footer>
</div> <!-- Ending for <div id="content". See banner.i.php -->
$f->geo
$f->extra
$f->script
$f->inlineScript
</body>
</html>
EOF;