Add theme back
This commit is contained in:
parent
01082395a4
commit
1dc30ecd8b
17 changed files with 1051 additions and 0 deletions
26
themes/wordpress-theme-fedora/footer.php
Normal file
26
themes/wordpress-theme-fedora/footer.php
Normal file
|
@ -0,0 +1,26 @@
|
|||
<!-- 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>
|
Loading…
Add table
Add a link
Reference in a new issue