-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfooter.php
More file actions
137 lines (107 loc) · 6.04 KB
/
footer.php
File metadata and controls
137 lines (107 loc) · 6.04 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
<?php
// Exit if accessed directly
if ( !defined('ABSPATH')) exit;
/**
* Footer Template
*
*
* @file footer.php
* @package AI
* @author Emil Uzelac, Ulrich Pogson
* @copyright 2003 - 2013 ThemeID
* @license license.txt
* @version Release: 1.2
* @filesource wp-content/themes/ai/footer.php
* @link http://codex.wordpress.org/Theme_Development#Footer_.28footer.php.29
* @since available since Release 1.0
*/
/*
* Globalize Theme options
*/
global $responsive_options;
$responsive_options = responsive_get_options();
?>
<?php responsive_wrapper_bottom(); // after wrapper content hook ?>
</div><!-- end of #wrapper -->
<?php responsive_wrapper_end(); // after wrapper hook ?>
</div><!-- end of #container -->
<?php responsive_container_end(); // after container hook ?>
<div id="footer" class="clearfix">
<?php responsive_footer_top(); ?>
<div id="footer-wrapper">
<div class="grid col-940">
<div class="grid col-540">
<?php if (has_nav_menu('footer-menu', 'responsive')) { ?>
<?php wp_nav_menu(array(
'container' => '',
'fallback_cb' => false,
'menu_class' => 'footer-menu',
'theme_location' => 'footer-menu')
);
?>
<?php } ?>
</div><!-- end of col-540 -->
<div class="grid col-380 fit">
<?php
// First let's check if any of this was set
echo '<ul class="social-icons">';
if ( !empty($responsive_options['twitter_uid'] ) ) echo '<li class="twitter-icon"><a href="' . $responsive_options['twitter_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/twitter-icon.png" width="24" height="24" alt="Twitter">'
.'</a></li>';
if ( !empty($responsive_options['facebook_uid'] ) ) echo '<li class="facebook-icon"><a href="' . $responsive_options['facebook_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/facebook-icon.png" width="24" height="24" alt="Facebook">'
.'</a></li>';
if ( !empty($responsive_options['linkedin_uid'] ) ) echo '<li class="linkedin-icon"><a href="' . $responsive_options['linkedin_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/linkedin-icon.png" width="24" height="24" alt="LinkedIn">'
.'</a></li>';
if ( !empty($responsive_options['youtube_uid'] ) ) echo '<li class="youtube-icon"><a href="' . $responsive_options['youtube_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/youtube-icon.png" width="24" height="24" alt="YouTube">'
.'</a></li>';
if ( !empty($responsive_options['stumble_uid'] ) ) echo '<li class="stumble-upon-icon"><a href="' . $responsive_options['stumble_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/stumble-upon-icon.png" width="24" height="24" alt="StumbleUpon">'
.'</a></li>';
if ( !empty($responsive_options['rss_uid'] ) ) echo '<li class="rss-feed-icon"><a href="' . $responsive_options['rss_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/rss-feed-icon.png" width="24" height="24" alt="RSS Feed">'
.'</a></li>';
if ( !empty($responsive_options['google_plus_uid'] ) ) echo '<li class="google-plus-icon"><a href="' . $responsive_options['google_plus_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/googleplus-icon.png" width="24" height="24" alt="Google Plus">'
.'</a></li>';
if ( !empty($responsive_options['instagram_uid'] ) ) echo '<li class="instagram-icon"><a href="' . $responsive_options['instagram_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/instagram-icon.png" width="24" height="24" alt="Instagram">'
.'</a></li>';
if ( !empty($responsive_options['pinterest_uid'] ) ) echo '<li class="pinterest-icon"><a href="' . $responsive_options['pinterest_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/pinterest-icon.png" width="24" height="24" alt="Pinterest">'
.'</a></li>';
if ( !empty($responsive_options['yelp_uid'] ) ) echo '<li class="yelp-icon"><a href="' . $responsive_options['yelp_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/yelp-icon.png" width="24" height="24" alt="Yelp!">'
.'</a></li>';
if ( !empty($responsive_options['vimeo_uid'] ) ) echo '<li class="vimeo-icon"><a href="' . $responsive_options['vimeo_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/vimeo-icon.png" width="24" height="24" alt="Vimeo">'
.'</a></li>';
if ( !empty($responsive_options['foursquare_uid'] ) ) echo '<li class="foursquare-icon"><a href="' . $responsive_options['foursquare_uid'] . '">'
.'<img src="' . get_stylesheet_directory_uri() . '/icons/foursquare-icon.png" width="24" height="24" alt="foursquare">'
.'</a></li>';
echo '</ul><!-- end of .social-icons -->';
?>
</div><!-- end of col-380 fit -->
</div><!-- end of col-940 -->
<?php get_sidebar('colophon'); ?>
<div class="grid col-300 copyright">
<?php esc_attr_e( '©', 'responsive' ); ?> <?php _e( date('Y') ); ?><a href="<?php echo home_url('/') ?>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>">
<?php bloginfo( 'name' ); ?>
</a>
</div><!-- end of .copyright -->
<div class="grid col-300 scroll-top"><a href="#scroll-top" title="<?php esc_attr_e( 'scroll to top', 'responsive' ); ?>"><?php _e( '↑', 'responsive' ); ?></a></div>
<div class="grid col-300 fit powered">
<a href="<?php echo esc_url( __( 'http://wordpress.org/extend/themes/canonical','canonical' ) ); ?>" title="<?php esc_attr_e( 'Canonical Theme', 'canonical' ); ?>">
<?php printf( 'Canonical Theme' ); ?></a>
<?php esc_attr_e( 'powered by', 'responsive' ); ?> <a href="<?php echo esc_url( __( 'http://wordpress.org/','responsive' ) ); ?>" title="<?php esc_attr_e( 'WordPress', 'responsive' ); ?>">
<?php printf( 'WordPress', 'responsive' ); ?></a>
</div><!-- end .powered -->
</div><!-- end #footer-wrapper -->
<?php responsive_footer_bottom(); ?>
</div><!-- end #footer -->
<?php responsive_footer_after(); ?>
<?php wp_footer(); ?>
</body>
</html>