-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer-archives.php
37 lines (32 loc) · 1017 Bytes
/
footer-archives.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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the #content div and all content after
*
* @package fedoraid
*/
?>
</div><!-- #content -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="footer-grid-archives">
<div class="container">
<div class="row">
<div class="col s12">
<div class="site-info">
<img src="https://labs.fedoraproject.org/static/images/sponsors/sidebar/redhat.png">
<p>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'fedora-id' ) ); ?>"><?php printf( esc_html__( 'Proudly powered by %s', 'fedora-id' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( esc_html__( 'Theme: %1$s by %2$s.', 'fedora-id' ), 'fedora-id', '<a href="http://zealab.com" rel="designer">Zea</a>' ); ?>
</p>
</div><!-- .site-info -->
</div>
</div>
</div>
</div>
</footer><!-- #colophon -->
</div><!-- #page -->
<?php wp_footer(); ?>
</body>
</html>