-
Notifications
You must be signed in to change notification settings - Fork 27
/
footer.php
executable file
·34 lines (30 loc) · 1.09 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 _bootstraps
* @package _bootstraps - 2013 1.0
*/
?>
</div><!-- .row -->
</div><!-- .container -->
</div><!-- #main .site-main -->
<footer id="colophon" class="site-footer" role="contentinfo">
<div class="container">
<div class="row">
<div class="span12">
<div class="site-info">
<?php do_action( 'tp_credits' ); ?>
© 2008-<?php echo date( 'Y' ) ?> <a href="http://tareq.wedevs.com">Tareq Hasan</a>. All rights are reserved.
Powered by <a href="http://wordpress.org/" target="_blank" title="<?php esc_attr_e( 'A Semantic Personal Publishing Platform', 'wedevs' ); ?>" rel="generator"><?php printf( __( '%s', 'wedevs' ), 'WordPress' ); ?></a>.
</div><!-- .site-info -->
</div>
</div><!-- .row -->
</div><!-- .container -->
</footer><!-- #colophon .site-footer -->
</div><!-- #page .hfeed .site -->
<?php wp_footer(); ?>
</body>
</html>