-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
64 lines (51 loc) · 2.91 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
</main>
<?php get_sidebar(); ?>
<?php if (get_theme_mod('frontierline_category_drawer') === '1') : ?>
<?php get_template_part('includes/categories'); ?>
<?php endif; ?>
<?php if (!is_singular()) : ?>
<?php get_template_part('includes/newsletter-form'); ?>
<?php endif; ?>
</div><!-- /.site-wrap -->
<footer id="site-info" class="section">
<div class="content">
<nav class="primary">
<section>
<a href="/" title="<?php echo get_bloginfo( 'name' ); ?>">
<img src="<?php echo get_stylesheet_directory_uri(); ?>/img/MozillaCZ-02-512-white.png" alt="<?php echo get_bloginfo( 'name' ); ?>" style="max-width: 150px;"/>
</a>
<ul>
<li><a rel="me" href="https://mastodonczech.cz/@mozillacz" target="_blank">Mastodon</a></li>
<li><a href="https://twitter.com/MozillaCZ" target="_blank">Twitter</a></li>
<li><a href="https://matrix.to/#/#mozillacz-space:mozilla.org" target="_blank">Mozilla chat / Matrix</a></li>
<li><a href="https://github.com/MozillaCZ" target="_blank">GitHub</a></li>
</ul>
</section>
</nav>
<nav class="secondary">
<div class="small-links">
<ul>
<li><a rel="nofollow" href="https://www.mozilla.org/privacy/" data-link-type="footer" data-link-name="Privacy"><?php _e('Website Privacy Notice', 'frontierline'); ?></a></li>
<li><a rel="nofollow" href="https://www.mozilla.org/privacy/websites/#cookies" data-link-type="footer" data-link-name="Cookies"><?php _e('Cookies', 'frontierline'); ?></a></li>
<li><a rel="nofollow" href="https://www.mozilla.org/about/legal/" data-link-type="footer" data-link-name="Legal"><?php _e('Legal', 'frontierline'); ?></a></li>
</ul>
<p class="license">
<?php printf(__('Visit Mozilla Corporation’s not-for-profit parent, the <a href="%1s" data-link-type="%2s" data-link-name="%3s">Mozilla Foundation</a>.', 'frontierline'), esc_attr('https://foundation.mozilla.org'), esc_attr('footer'), esc_attr('Mozilla Foundation')); ?>
</p>
<p class="license">
<?php printf(__('Portions of this content are ©1998-%1s by individual contributors. Content available under a <a href="%2s" rel="external license">Creative Commons license</a>.', 'frontierline'), date('Y'), esc_attr('https://creativecommons.org/licenses/by-sa/4.0/deed.cs')); ?>
</p>
<p class="license">
Provoz tohoto webu zaštiťuje <a href="https://www.openalt.org/" target="_blank" data-link-type="footer">spolek OpenAlt</a>.
</p>
</div>
</nav>
</div>
</footer>
<!--[if IE 9]>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/matchMedia.js"></script>
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/matchMedia.addListener.js"></scrip>
<![endif]-->
<?php wp_footer(); ?>
</body>
</html>