fedora-infrastructure/themes/wordpress-theme-fedora/footer.php
2010-12-25 13:23:08 -06:00

26 lines
991 B
PHP

<!-- begin footer -->
<?php get_sidebar(); ?>
</div>
</div>
<div id="bottom">
<div id="footer">
<?php wp_footer(); ?>
<p class="copy">Copyright © 2010 Red Hat, Inc. and others. Please send any comments or corrections to the <a
href="mailto:webmaster@fedoraproject.org">websites team</a>.</p>
<p class="disclaimer">The Fedora Project is maintained and driven by the community and sponsored by Red Hat. This is a community maintained site. Red Hat is
not responsible for content.</p>
<p class="disclaimer">Your words are your own, duh. Nothing here represents Fedora™, Red Hat, Inc, or pretty much anything else. If you think it does then you
are badly misled.</p>
<ul>
<li class="first"><a href="/en/sponsors">Sponsors</a></li>
<li><a href="http://fedoraproject.org/wiki/Legal">Legal</a></li>
<li><a href="http://fedoraproject.org/wiki/Legal/TrademarkGuidelines">Trademark Guidelines</a></li>
</ul>
</div>
</div>
</body>
</html>