-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfooter.php
55 lines (50 loc) · 2.44 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
<?php
/**
* The template for displaying the footer.
*
* Contains the closing of the id=main div and all content after
*
* @package Cornerstone
*/
?>
</div><!-- #main -->
</div><!-- #page -->
<footer id="colophon" role="contentinfo">
<div id="site-generator">
©<?php echo date('Y'); ?> Content by Cornerstone Construction LLC. <br />
970.663.1536 | <a href="http://g.co/maps/6e8jp">1991 E 11th St Loveland, CO 80537</a> | <a href="mailto:[email protected]">[email protected]</a> <br />
<?php do_action( 'cornerstone_credits' ); ?>
<a href="<?php echo esc_url( __( 'http://wordpress.org/', 'cornerstone' ) ); ?>" title="<?php esc_attr_e( 'Semantic Personal Publishing Platform', 'cornerstone' ); ?>" rel="generator"><?php printf( __( 'Proudly powered by %s', 'cornerstone' ), 'WordPress' ); ?></a>
<span class="sep"> | </span>
<?php printf( __( 'Theme: %1$s by %2$s.', 'cornerstone' ), 'Cornerstone', '<a href="http://starverte.com" rel="designer">Star Verte LLC</a>' ); ?>
<a id="bbb" title="Click for the Business Review of Cornerstone Construction LLC, a Home Builders in Loveland CO" href="http://www.bbb.org/northern-colorado/business-reviews/home-builders/cornerstone-construction-in-loveland-co-46068240#sealclick" target="_blank"><img alt="Click for the BBB Business Review of this Home Builders in Loveland CO" style="border: 0;" src="http://seal-wynco.bbb.org/seals/blue-seal-96-50-cornerstoneconstructionllc-46068240.png" /></a>
<div id="social">
<a href="http://www.facebook.com/fccornerstone"><img src="<?php echo get_template_directory_uri(); ?>/images/f_icon.png" />Like us on Facebook</a>
<a href="http://www.houzz.com/pro/cornerstone-constructionllc/cornerstone-construction-llc"><img src="<?php echo get_template_directory_uri(); ?>/images/h_icon.png" />View our ideabook on Houzz</a>
</div>
</div>
</footer><!-- #colophon -->
<script>
jQuery(document).ready(function($) {
$('#slider-with-blocks-1').royalSlider({
arrowsNav: true,
arrowsNavAutoHide: false,
fadeinLoadedSlide: false,
controlNavigationSpacing: 0,
controlNavigation: 'bullets',
imageScaleMode: 'none',
imageAlignCenter:false,
blockLoop: true,
loop: true,
numImagesToPreload: 6,
transitionType: 'fade',
keyboardNavEnabled: true,
block: {
delay: 400
}
});
});
</script>
<?php wp_footer(); ?>
</body>
</html>