|
Server : Apache/2.4.62 System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64 User : www ( 80) PHP Version : 8.3.8 Disable Function : NONE Directory : /domains/djweb1/DJ Website/djweb1/staging/includes/ |
Upload File : |
<?php
/**
* Footer Template
*
* The footer template is used on every page of your site. Nearly all other
* templates call it at the bottom of the file. It is used mostly as a closing
* wrapper, which is opened with the header.php file.
*
* @package DolanJenner
* @subpackage Template
*/
if(strstr($_SERVER['REQUEST_URI'],'footer.php')){
@header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found',true,404);
exit();
}
?>
</div><!-- #main -->
<footer id="colophon" role="contentinfo">
<?php include('menu-subsidiary.php'); // Loads the menu-subsidiary.php template. ?>
<div class="site-info">
<p class="copyright"><?php echo sprintf( 'Copyright © %1$s %2$s.', the_year(), $site_link ); ?></p>
<p class="address">159 Swanson Road, Boxborough, MA 01719 • (800) 833-4237</p>
</div><!-- .site-info -->
</footer><!-- #footer -->
</div><!-- #container -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="<?php echo $site_url; ?>/js/vendor/jquery-1.9.0.min.js"><\/script>')</script>
<script src="<?php echo $site_url; ?>/js/navigation.js"></script>
<script>
var _gaq=[['_setAccount','UA-36502249-1'],['_trackPageview']];
(function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
s.parentNode.insertBefore(g,s)}(document,'script'));
</script>
</body>
</html>