Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
c45458c5ee
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
35 lines (30 sloc) 753 Bytes
</div><!--#uc-main-->
</div>
<div id="uc-footer">
<div class="container">
<ul id="uc-footer-links" class="clearfix">
<li>
&copy; <a href="http://uconn.edu">University of Connecticut</a>
</li>
<li>
<a href="http://uconn.edu/disclaimers-and-copyrights.php">Disclaimers, Privacy &amp; Copyright</a>
</li>
<li>
<a href="<?php echo site_url(); ?>/wp-admin/">Webmaster Login</a>
</li>
<?php
$defaults = array(
'menu' => 'Footer',
'container' => false,
'fallback_cb' => false,
'items_wrap' => '%3$s'
);
wp_nav_menu( $defaults );
?>
</ul>
</div>
</div>
<script type="text/javascript" src="https://alert.uconn.edu/alert/alert.js"></script>
<?php wp_footer();?>
</body>
</html>