-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.php
executable file
·34 lines (27 loc) · 1.57 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<?php $theme_options = onemozilla_get_theme_options(); ?>
</main><!-- #content -->
</div></div><!-- /.wrap /#page -->
<footer id="site-info">
<div class="wrap">
<p id="foot-logo">
<a class="top" href="#page"><?php _e('Return to top', 'onemozilla'); ?></a>
<a class="logo" href="https://www.mozilla.org/" rel="external">Mozilla</a>
</p>
<p id="colophon">
<?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('https://www.mozilla.org/about/legal.html'), esc_attr('http://creativecommons.org/licenses/by-sa/3.0/') ); ?>
</p>
<nav id="nav-meta">
<ul>
<li><a href="https://www.mozilla.org/contact/" rel="external"><?php _e('Contact Us', 'onemozilla'); ?></a></li>
<li><a href="https://www.mozilla.org/privacy/" rel="external"><?php _e('Privacy Policy', 'onemozilla'); ?></a></li>
<li><a href="https://www.mozilla.org/about/" rel="external"><?php _e('Legal Notices', 'onemozilla'); ?></a></li>
<li><a href="https://www.mozilla.org/legal/fraud-report/" rel="external"><?php _e('Report Trademark Abuse', 'onemozilla'); ?></a></li>
<li><a href="https://github.com/mozilla/One-Mozilla-blog/" rel="external"><?php _e('Theme Code ', 'onemozilla'); ?></a></li>
</ul>
</nav>
</div>
</footer>
<script src="https://mozorg.cdn.mozilla.net/tabzilla/tabzilla.js"></script>
<?php wp_footer(); ?>
</body>
</html>