|
@@ -1,38 +1,28 @@
|
|
|
- <footer role="contentinfo">
|
|
|
|
|
|
|
+<footer role="contentinfo">
|
|
|
|
|
|
|
|
<div id="inner-footer" class="clearfix">
|
|
<div id="inner-footer" class="clearfix">
|
|
|
|
|
|
|
|
- <nav role="navigation">
|
|
|
|
|
|
|
+ <nav>
|
|
|
<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
|
|
<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
|
|
|
</nav>
|
|
</nav>
|
|
|
|
|
|
|
|
- <p class="attribution">© <?php bloginfo('name'); ?> <?php _e("is powered by", "bonestheme"); ?> <a href="http://wordpress.org/" title="WordPress">WordPress</a> <span class="amp">&</span> <a rel="nofollow" href="http://www.themble.com/bones" title="Bones" class="footer_bones_link">Bones</a>.</p>
|
|
|
|
|
|
|
+ <p class="attribution">© <?php bloginfo('name'); ?> <?php _e("is powered by", "bonestheme"); ?> <a href="http://wordpress.org/" title="WordPress">WordPress</a> <span class="amp">&</span> <a href="http://www.themble.com/bones" title="Bones" class="footer_bones_link">Bones</a>.</p>
|
|
|
|
|
|
|
|
</div> <!-- end #inner-footer -->
|
|
</div> <!-- end #inner-footer -->
|
|
|
|
|
|
|
|
</footer> <!-- end footer -->
|
|
</footer> <!-- end footer -->
|
|
|
|
|
|
|
|
</div> <!-- end #container -->
|
|
</div> <!-- end #container -->
|
|
|
-
|
|
|
|
|
- <!-- custom scripts -->
|
|
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
|
|
|
|
|
|
|
|
|
|
- <!--[if (lt IE 9) & (!IEMobile)]>
|
|
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/DOMAssistantCompressed-2.8.js"></script>
|
|
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/selectivizr-1.0.1.js"></script>
|
|
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/respond.min.js"></script>
|
|
|
|
|
- <![endif]-->
|
|
|
|
|
|
|
+ <!-- scripts are now optimized via Modernizr.load -->
|
|
|
|
|
+ <script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
|
|
|
|
|
|
|
|
<!--[if lt IE 7 ]>
|
|
<!--[if lt IE 7 ]>
|
|
|
- <script src="<?php echo get_template_directory_uri(); ?>/library/js/libs/ie/dd_belatedpng.js"></script>
|
|
|
|
|
- <script>DD_belatedPNG.fix("img, .png_bg");</script>
|
|
|
|
|
- <![endif]-->
|
|
|
|
|
|
|
+ <script src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
|
|
|
|
|
+ <script>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
|
|
|
|
|
+ <![endif]-->
|
|
|
|
|
|
|
|
<?php wp_footer(); // js scripts are inserted using this function ?>
|
|
<?php wp_footer(); // js scripts are inserted using this function ?>
|
|
|
-
|
|
|
|
|
- <!-- Insert Analytics -->
|
|
|
|
|
-
|
|
|
|
|
- <!-- End Analytics -->
|
|
|
|
|
|
|
|
|
|
</body>
|
|
</body>
|
|
|
|
|
|