-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfooter.php
34 lines (30 loc) · 1.42 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
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package jeshua-2.0
* @since jeshua-2.0 1.0
*/
?>
</div><!-- #main -->
<div class='divide footer-divide'><span class='divide-char'>§</span></div>
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="site-info">
<?php do_action( 'jeshua_2_0_credits' ); ?>
<span class="footer-credits">Thanks: <a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'jeshua_2_0' ); ?>" rel="generator"><?php printf( __( '%s', 'jeshua_2_0' ), 'WordPress' ); ?></a></span>
<!--<span class="sep"> | </span>-->
<span class="footer-credits"><?php printf( __( 'Theme: %1$s', 'jeshua_2_0' ), '<a href="https://github.com/jeshuamaxey/jeshua-2.0.git" rel="designer">Jeshua 2.0</a>' ); ?></span>
</div><!-- .site-info -->
</footer><!-- #colophon -->
<div class='divide footer-divide'><span class='divide-char'>§</span></div>
</div><!-- #page -->
<?php wp_footer(); ?>
<!--[if !(lte IE 8)]><!-->
<script type="text/javascript">
(function(){var e=document.createElement("script");e.type="text/javascript";e.async=true;e.src=document.location.protocol+"//d1agz031tafz8n.cloudfront.net/thedaywefightback.js/widget.min.js";var t=document.getElementsByTagName("script")[0];t.parentNode.insertBefore(e,t)})()
</script>
<!--<![endif]-->
</body>
</html>