bannerFile: /var/www/bartonphillips.org/includes/banner.i.php
p:
<!-- "banner" for https://bartonphillips.org banner.i.php --> <header> <a href=""></a> <h1>Footer</h1> <noscript> <p style='color: red; background-color: #FFE4E1; padding: 10px'> Your browser either does not support <b>JavaScripts</b> or you have JavaScripts disabled, in either case your browsing experience will be significantly impaired. If your browser supports JavaScripts but you have it disabled consider enabaling JavaScripts conditionally if your browser supports that. Sorry for the inconvienence.</p> </noscript> </header> <!-- End "banner.i.php" -->
page:

Footer


SiteClass

Footer


<?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;