This repository has been archived by the owner. It is now read-only.
Permalink
Cannot retrieve contributors at this time
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?
unesco/footer.php
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
58 lines (55 sloc)
2.15 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
</div> | |
<!-- /#content-hold --> | |
<!-- =========== Footer Include ============ --> | |
<!-- =========== Footer ============ --> | |
<div id="footer-hold" class="row-fluid"> | |
<div class="navbar container"> | |
<div class="navbar-inner"> | |
<div id="footer-nav" class=""> | |
<ul id="footer-one" class="nav"> | |
<!-- =========== Networking ============ --> | |
<li class="networking"> | |
<ul class="nav"> | |
<li><a href="https://www.facebook.com/UnescoChairForum"><i class="icon-face"><span class="sr-only">Facebook</span></i></a></li> | |
<li><a href="mailto:unescouconn@gmail.com"><i class="icon-mail"><span class="sr-only">Email</span></i></a></li> | |
</ul> | |
</li> | |
<!-- =========== Uconn Links ============ --> | |
<li class="uc-links"> | |
<ul class="nav"> | |
<li><a href="http://uconn.edu/azindex.php">UConn A-Z Index</a></li> | |
<li><a href="http://uconn.edu/disclaimers-and-copyrights.php">Disclaimer, Privacy & Copyright</a></li> | |
<li><a href="http://uconn.edu">University of Connecticut</a></li> | |
</ul> | |
</li> | |
<li> | |
<ul class="nav"> | |
<li><a href="<?php echo site_url(); ?>/wp-admin/">Admin Log In</a> | |
</li> | |
<li><a href="<?php echo home_url();?>">© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></a></li> | |
</ul> | |
</li> | |
<li id="searchbox"> | |
<ul class="nav"> | |
<li> | |
<form method="get" action="https://www.google.com/search" navbar-form pull-right> | |
<label> | |
<input name="q" type="text" id="" class="" placeholder="Search This Site" size="14" maxlength="255"><span class="sr-only">Search</span> | |
</label> | |
<button type="image" class="un-search btn" alt="Submit Search"><i class="icon-search"><span class="sr-only">Button</span></i></button> | |
<label style="display:none;"> | |
<input type="radio" name="sitesearch" value="unesco.uconn.edu" checked="checked"><span class="sr-only">Site Search</span></label> | |
</form> | |
</li> | |
</ul> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<!-- /#content --> | |
<?php wp_footer();?> | |
<!-- #### Replace me with google analytics tracking code --> | |
</body></html> |