PageRenderTime 56ms CodeModel.GetById 30ms RepoModel.GetById 1ms app.codeStats 0ms

/themes/OneMozilla/footer.php

https://github.com/fvignals/One-Mozilla-blog
PHP | 33 lines | 26 code | 7 blank | 0 comment | 0 complexity | ca26770439cd1b52bf51e45aa31ccd7f MD5 | raw file
  1. <?php $theme_options = onemozilla_get_theme_options(); ?>
  2. </div><!-- #content -->
  3. </div></div><!-- /.wrap /#page -->
  4. <footer id="site-info" role="contentinfo">
  5. <div class="wrap">
  6. <p id="foot-logo">
  7. <a class="top" href="#page"><?php _e('Return to top', 'onemozilla'); ?></a>
  8. <a class="logo" href="http://mozilla.org" rel="external">Mozilla</a>
  9. </p>
  10. <p id="colophon">
  11. <?php printf(__('Except where otherwise <a href="%1s" rel="external">noted</a>, content on this site is licensed under the <a href="%2s" rel="external license">Creative Commons Attribution Share-Alike License v3.0</a> or any later version.', 'onemozilla'), esc_attr('http://www.mozilla.org/en-US/about/legal.html#site'), esc_attr('http://creativecommons.org/licenses/by-sa/3.0/') ); ?>
  12. </p>
  13. <nav id="nav-meta">
  14. <ul role="navigation">
  15. <li><a href="http://www.mozilla.org/contact/" rel="external"><?php _e('Contact Us', 'onemozilla'); ?></a></li>
  16. <li><a href="http://www.mozilla.org/en-US/privacy" rel="external"><?php _e('Privacy Policy', 'onemozilla'); ?></a></li>
  17. <li><a href="http://www.mozilla.org/<?php echo get_bloginfo('language')?>/about/legal.html" rel="external"><?php _e('Legal Notices', 'onemozilla'); ?></a></li>
  18. <li><a href="http://www.mozilla.org/<?php echo get_bloginfo('language')?>/legal/fraud-report/index.html" rel="external"><?php _e('Report Trademark Abuse', 'onemozilla'); ?></a></li>
  19. </ul>
  20. </nav>
  21. </div>
  22. </footer>
  23. <script src="https://www.mozilla.org/tabzilla/media/js/tabzilla.js"></script>
  24. <?php wp_footer(); ?>
  25. </body>
  26. </html>