-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
executable file
·35 lines (30 loc) · 1019 Bytes
/
footer.php
File metadata and controls
executable file
·35 lines (30 loc) · 1019 Bytes
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
</div>
<!-- /Wrapper -->
<!-- Footer -->
<footer>
<div class="container">
<div class="row">
<div class="span3">
<?php if( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'widget-area-3' ) ) ?>
</div>
<div class="span3">
<?php if( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'widget-area-4' ) ) ?>
</div>
<div class="span3">
<?php if( ! function_exists( 'dynamic_sidebar' ) || ! dynamic_sidebar( 'widget-area-5' ) ) ?>
</div>
<div class="span12">
<!-- Copyright -->
<p class="copyright">
© <?php echo date( "Y" ); ?> Copyright <?php bloginfo( 'name' ); ?>. <?php _e( 'Powered by', 'spritz' ); ?>
<a href="http://wordpress.org" title="WordPress">WordPress</a> & <a href="https://freshnews.it" title="Spritz, a HTML5, responsive, Bootstrapped Wordpress theme">Spritz</a>.
</p>
<!-- /Copyright -->
</div>
</div>
</div>
</footer>
<!-- /Footer -->
<?php wp_footer(); ?>
</body>
</html>