-
Notifications
You must be signed in to change notification settings - Fork 3
/
footer.php
35 lines (30 loc) · 1.13 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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package _ib
*/
?>
</div><!-- close .*-inner (main-content or sidebar, depending if sidebar is used) -->
</div><!-- close .row -->
</div><!-- close .container -->
</div><!-- close .main-content -->
<footer id="colophon" class="site-footer" role="contentinfo" itemscope="itemscope" itemtype="http://schema.org/WPFooter">
<div class="container">
<div class="row">
<div class="site-footer-inner col-sm-12">
<div class="site-info">
<?php do_action( '_ib_credits' ); ?>
<a href="http://wordpress.org/" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', '_ib' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', '_ib' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s.', '_ib' ), '_ib', '<a href="http://underscores.me/" rel="designer">Underscores.me</a>' ); ?>
</div><!-- close .site-info -->
</div>
</div>
</div><!-- close .container -->
</footer><!-- close #colophon -->
<?php wp_footer(); ?>
</body>
</html>