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

Commit

Permalink
[fix bug 998219] Privacy policy url fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnava committed Apr 18, 2014
1 parent 337a857 commit 5e1ea81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.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 id="copyright">Copyright &copy; <?php echo date('Y'); ?> Mozilla. All rights reserved. | <a href="http://www.mozilla.org/privacy/websites/" 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>
<p><a href="https://github.com/mozilla/quality.mozilla.org" rel="external">Our code is on Github</a></p>
Expand Down
2 changes: 1 addition & 1 deletion themes/QMO5/footer.php
@@ -1,7 +1,7 @@
</div><!-- /#content -->

<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.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 id="copyright">Copyright &copy; <?php echo date('Y'); ?> Mozilla. All rights reserved. | <a href="http://www.mozilla.org/privacy/websites/" 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>
<p><a href="https://github.com/mozilla/quality.mozilla.org" rel="external">Our code is on Github</a></p>
Expand Down

0 comments on commit 5e1ea81

Please sign in to comment.