Skip to content
This repository has been archived by the owner on Jan 22, 2022. It is now read-only.

Commit

Permalink
Update themes/QMO4/footer.php
Browse files Browse the repository at this point in the history
changed the legal domains to .org
  • Loading branch information
david-w committed Dec 22, 2012
1 parent 18e6930 commit 30d1afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/QMO4/footer.php
Expand Up @@ -4,7 +4,7 @@
<?php do_action( 'bp_before_footer' ); ?>

<footer id="site-info" role="contentinfo" class="section">
<p id="copyright">Copyright &copy; <?php echo date('Y'); ?> Mozilla. All rights reserved. | <a href="http://www.mozilla.com/privacy-policy.html" rel="external">Privacy Policy</a> | <a href="http://www.mozilla.com/about/legal.html" rel="external">Legal Notices</a></p>
<p id="copyright">Copyright &copy; <?php echo date('Y'); ?> Mozilla. All rights reserved. | <a href="http://www.mozilla.org/privacy-policy.html" rel="external">Privacy Policy</a> | <a href="http://www.mozilla.org/about/legal.html" rel="external">Legal Notices</a></p>
<p>Portions of QMO content are &copy; 1998&ndash;<?php echo date('Y');?> by individual mozilla.org contributors.</p>
<p>Some content available under a <a href="http://www.mozilla.org/foundation/licensing/website-content.html" rel="external license">Creative Commons license</a></p>
<?php if (get_page_by_path('about')) : ?>
Expand Down

0 comments on commit 30d1afc

Please sign in to comment.