forked from stejmurphy/mozirelandtheme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.php
51 lines (41 loc) · 1.72 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
<?php $theme_options = onemozilla_get_theme_options(); ?>
</div><!-- #content -->
</div></div><!-- /.wrap /#page -->
<!--<div class="wrap">
<section id="newsletter" class="billboard">
<?php /* if (function_exists('dynamic_sidebar') && dynamic_sidebar('newsletter')) : else : ?>
<div class="pre-widget">
</div>
<?php endif; */ ?>
<div class="clr"></div>
</section>
</div>-->
<footer id="site-info" role="contentinfo">
<div class="wrap">
<p id="foot-logo">
<a class="top" href="#page"><?php _e('Return to top', 'onemozilla'); ?></a>
<a target="_blank" class="logo" href="http://mozilla.org" rel="external">Mozilla</a>
</p>
<p id="colophon">
Spletna stran Mozilla Slovenija je na voljo pod okriljem dovoljenja <a href="http://creativecommons.org/licenses/by/2.5/si/" rel="external license">Creative Commons Priznanje avtorstva 2.5 Slovenija.</a><br /><br />
<a target="_blank" href="mailto:[email protected]?Subject=Mozilla Slovenija" rel="external">Stopite v stik z nami</a>
</p>
<div id="footermenu">
<nav id="nav-meta">
<?php if (function_exists('dynamic_sidebar') && dynamic_sidebar('footermenu')) : else : ?>
<?php endif; ?>
</nav>
</div>
<nav id="nav-social">
<ul role="navigation">
<li><a target="_blank" href="https://www.facebook.com/mozillaslovenija" rel="home">Facebook</a></li>
<li><a target="_blank" href="https://twitter.com/MozillaSi" rel="external">Twitter</a></li>
<li><a target="_blank" href="http://www.youtube.com/user/mozillaslovenija" rel="external">Youtube</a></li>
</ul>
</nav>
</div>
</footer>
<script src="https://www.mozilla.org/tabzilla/media/js/tabzilla.js"></script>
<?php wp_footer(); ?>
</body>
</html>