Make WordPress Themes

source: multisport/1.0.5/footer.php

Last change on this file was 74189, checked in by themedropbox, 9 years ago

New version of MultiSport - 1.0.5

File size: 1.2 KB
Line 
1<?php
2/**
3 * The template for displaying the footer
4 *
5 * Contains the closing of the "body-content-wrapper" div and all content after.
6 *
7 * @subpackage MultiSport
8 * @author customizablethemes
9 * @since MultiSport 1.0.0
10 *
11 */
12?>
13                        <a href="#" class="scrollup"></a>
14
15                        <footer id="footer-main">
16
17                                <div id="footer-content-wrapper">
18
19                                        <?php get_sidebar( 'footer' ); ?>
20
21                                        <div class="clear">
22                                        </div>
23
24                                        <div id="copyright">
25
26                                                <p>
27                                                 <?php multisport_show_copyright_text(); ?> <a href="<?php echo esc_url( 'https://customizablethemes.com/product/multisport' ); ?>" title="<?php esc_attr_e( 'multisport Theme', 'multisport' ); ?>">
28                                                        <?php _e('MultiSport Theme', 'multisport'); ?></a> <?php esc_attr_e( 'powered by', 'multisport' ); ?> <a href="<?php echo esc_url( 'http://wordpress.org/' ); ?>" title="<?php esc_attr_e( 'WordPress', 'multisport' ); ?>">
29                                                        <?php _e('WordPress', 'multisport'); ?></a>
30                                                </p>
31                                               
32                                        </div><!-- #copyright -->
33
34                                </div><!-- #footer-content-wrapper -->
35
36                        </footer><!-- #footer-main -->
37
38                </div><!-- #body-content-wrapper -->
39                <?php wp_footer(); ?>
40        </body>
41</html>
Note: See TracBrowser for help on using the repository browser.