summaryrefslogtreecommitdiffstats
path: root/_footer.php
diff options
context:
space:
mode:
authorJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-25 01:05:25 +0200
committerJohan "Papa" Cwiklinski <trasher@odysseus.(none)>2010-05-25 01:05:25 +0200
commitb76086add9ffb0cbd9ddf54955df51db436ed07a (patch)
tree3f28f0d4653579150915b8e26406d3ae63bfb368 /_footer.php
parent423564807cbf345a16840acf31ef4bad3a527092 (diff)
Move common header and footer HTML code into separate (and reusable) files, change RPM page layout and validate xhtml 1.0 strict
Diffstat (limited to '_footer.php')
-rw-r--r--_footer.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/_footer.php b/_footer.php
new file mode 100644
index 0000000..591540b
--- /dev/null
+++ b/_footer.php
@@ -0,0 +1,7 @@
+ <div id="footer">
+ <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>
+ <ul>
+ <li><a href="http://fedoraproject.org/wiki/Legal:Main">Legal</a></li>
+ <li><a href="http://fedoraproject.org/wiki/Legal:Trademark_guidelines">Trademark Guidelines</a></li>
+ </ul>
+ </div><!-- /footer -->