Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
<?php if(is_single() || is_archive()) { ?>
</div>
</div>
<?php } ?>
</div>
</div>
<?php if(is_active_sidebar('sub-footerarea')): ?>
<!-- sub-footer area, if necessary -->
<div class = "long-row" id = "subfooter-box">
<div class = "row">
<?php dynamic_sidebar('sub-footerarea'); ?>
</div>
</div>
<?php endif; ?>
<!-- footer area -->
<div class = "long-row" id = "footer-box">
<div class = "row">
<div class = "large-12 column">
<?php if(is_active_sidebar('footerarea')): ?>
<?php dynamic_sidebar('footerarea'); ?>
<?php else: ?>
<ul id = "default-footer">
<li><a href = "http://www.uconn.edu/az">A-Z Index</a></li>
<li><a href = "http://www.uconn.edu/">UConn Home</a></li>
<li><a href = "http://uconn.edu/disclaimers-privacy-copyright/">Disclaimers, Privacy, &amp; Copyright</a></li>
<li><a href = "http://www.uconn.edu/">&copy; <?php print date('Y'); ?> University of Connecticut</a></li>
</ul>
<?php endif; ?>
</div>
</div>
</div>
<?php if(is_active_sidebar('below-footerarea')): ?>
<!-- under footer area -->
<div class = "long-row" id = "below-footer-box">
<div class = "row">
<?php dynamic_sidebar('below-footerarea'); ?>
</div>
</div>
<?php endif; ?>
</div>
<?php wp_footer(); ?>
<script language = "javascript" type = "text/javascript">
jQuery(document).foundation();
</script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-15349581-2']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<script type='text/javascript' src='https://scripts-universityofconn.netdna-ssl.com/cookie-notification.js'></script>
<noscript><p>Our websites may use cookies to personalize and enhance your experience. By continuing without changing your cookie settings, you agree to this collection. For more information, please see our <a href="https://privacy.uconn.edu/university-website-notice/" target="_blank">University Websites Privacy Notice</a>.</p></noscript>
</body>
</html>