-
Notifications
You must be signed in to change notification settings - Fork 1
/
footer.php
62 lines (45 loc) · 1.94 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!-- Footer Wrapper -->
<div id="footer-wrapper">
<!-- Footer -->
<div id="footer" class="clearfix">
<div class="row clearfix">
<!-- Footer Columns -->
<div id="footer-column-1" class="one-third column">
<?php stf_widgets('footer-column-1'); ?>
</div>
<div id="footer-column-2" class="one-third column">
<?php stf_widgets('footer-column-2'); ?>
</div>
<div id="footer-column-3" class="one-third column last">
<?php stf_widgets('footer-column-3'); ?>
</div>
<!-- [End] Footer Columns -->
</div>
<div id="footer-wide" class="clearfix">
<?php stf_widgets('footer-wide'); ?>
</div>
<div id="theme-footer" class="clearfix">
<div id="footer-line">
<div class="row clearfix">
<div class="fl">
<small><?php stf_theme_footer(); ?></small> <div class="fb-like" data-href="<?php bloginfo('url'); ?>" data-send="false" data-layout="button_count" data-width="90" data-show-faces="false" data-font="segoe ui"></div>
<?php if( stf_get_setting( 'stf_twitter_username' ) ) { ?>
<a href="https://twitter.com/<?php echo stf_get_setting( 'stf_twitter_username' ); ?>" class="twitter-follow-button">Follow @<?php echo stf_get_setting( 'stf_twitter_username' ); ?></a>
<?php } ?>
</div>
<div class="fr last right">
<small><a id="scrolltotop" href="#top" class="jumper">Return to Top ↑</a></small>
<?php get_template_part('subscribe', 'small'); ?>
</div>
</div>
</div>
</div>
</div>
<!-- [End] Footer -->
</div>
<!-- [End] Footer Wrapper -->
<?php wp_footer(); // Needed for plugins. Do not remove. ?>
<!-- <?php echo $wpdb->num_queries; ?>Q @ <?php timer_stop(1); ?>s -->
<div id="powerpack">Powered by :<a href="http://wordpress.org" id="wordpress">Wordpress</a> <span class="amp">&</span> <a href="http://shailan.com/wordpress/themes/framework/" id="stf">STF</a></div>
</body>
</html>