-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
33 lines (33 loc) · 2.08 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
<?php
/**
* The template for displaying the footer
*
* Contains the closing of the "site-content" div and all content after.
*
* @package WordPress
* @subpackage Piratenpartij_Nederland
* @since Piratenpartij Nederland 1.0
*/
?>
<?php get_sidebar(); ?>
</div><!-- .site-content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info site-width">
<ul >
<li ><a href="<?= esc_url(home_url()); ?>/contact/">Contact</a></li>
<li ><a href="https://piratenpartij.nl/anbi/">ANBI</a></li>
<li ><a href="https://piratenpartij.nl/privacybeleid/">Privacybeleid</a></li>
</ul><br />
CC0 1.0 Universal Public Domain Dedication<br />
<a href="https://creativecommons.org/publicdomain/zero/1.0/" title="Voor zover wettelijk mogelijk, heeft de Piratenpartij alle auteursrecht en naburige rechten opgegeven op de inhoud van deze website. Dit werk is gepubliceerd vanuit: Nederland."><img src="<?= esc_url( get_template_directory_uri() ); ?>/images/cc80x15.png" width="80" height="15" alt="Voor zover wettelijk mogelijk, heeft de Piratenpartij alle auteursrecht en naburige rechten opgegeven op de inhoud van deze website. Dit werk is gepubliceerd vanuit: Nederland."></a>
<!-- <a href="<?= esc_url( __( 'https://wordpress.org/', 'ppnl' ) ); ?>"><?php printf( __( 'Proudly powered by %s', 'ppnl' ), 'WordPress' ); ?></a> -->
</div><!-- .site-info -->
</footer><!-- .site-footer -->
</div><!-- .site -->
<?php wp_footer(); ?>
<script type="text/javascript">
jQuery(function(){var a=new RegExp('/'+window.location.host+'/');jQuery('a').each(function(){if(!a.test(this.href)){jQuery(this).attr("target","_blank");}});});(function(){var ua=navigator.userAgent.toLowerCase();if((ua.indexOf('webkit')>-1||ua.indexOf('opera')>-1||ua.indexOf('msie')>-1)&&document.getElementById&&window.addEventListener){window.addEventListener('hashchange',function(){var element=document.getElementById(location.hash.substring(1));if(element){if(!/^(?:a|select|input|button|textarea)$/i.test(element.nodeName)){element.tabIndex=-1;}
element.focus();}},false);}})();
</script>
</body>
</html>