-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.php
38 lines (34 loc) · 1.45 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
</div><!-- end #main .container -->
<div id="stickyfoot">
<header id="branding" role="banner" class="threecol">
<hgroup>
<h1 id="site-title"><span><a href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></span></h1>
</hgroup>
</header>
<?php /* <footer id="colophon" role="contentinfo" class="ninecol last>
<div id="supplementary">*/ ?>
<?php if ( is_active_sidebar( 'footer-widget1' ) ) : ?>
<div id="footer-widget1" class="threecol widget-area" role="complementary">
<?php dynamic_sidebar( 'footer-widget1' ); ?>
</div><!-- end #footer-widget1 -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'footer-widget2' ) ) : ?>
<div id="footer-widget2" class="threecol widget-area" role="complementary">
<?php dynamic_sidebar( 'footer-widget2' ); ?>
</div><!-- end #footer-widget2 -->
<?php endif; ?>
<?php if ( is_active_sidebar( 'footer-widget3' ) ) : ?>
<div id="footer-widget3" class="threecol widget-area last" role="complementary">
<?php dynamic_sidebar( 'footer-widget3' ); ?>
</div><!-- end #footer-widget3 -->
<?php endif; ?>
<?php // </div><!-- end #supplementary --> ?>
<div id="site-generator">
<?php do_action( 'twentyeleven_credits' ); ?>
</div>
<?php // </footer> ?>
</div><!-- end .stickyfooter -->
</div><!-- end #page -->
<?php wp_footer(); ?>
</body>
</html>