فهرست منبع

added responsive footer markup

removed scripts as they are now loaded using the wordpress enqeue
eddiemachado 13 سال پیش
والد
کامیت
7434f7a81d
1فایلهای تغییر یافته به همراه8 افزوده شده و 16 حذف شده
  1. 8 16
      footer.php

+ 8 - 16
footer.php

@@ -1,12 +1,12 @@
-			<footer role="contentinfo">
+			<footer class="footer" role="contentinfo">
 			
-				<div id="inner-footer" class="clearfix">
+				<div id="inner-footer" class="wrap clearfix">
 					
-					<nav>
-						<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
-					</nav>
-			
-					<p class="attribution">&copy; <?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>
+					<nav role="navigation">
+    					<?php bones_footer_links(); // Adjust using Menus in Wordpress Admin ?>
+	                </nav>
+	                		
+					<p class="attribution">&copy; <?php bloginfo('name'); ?> <?php __("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 -->
 				
@@ -14,16 +14,8 @@
 		
 		</div> <!-- end #container -->
 		
-		<!-- scripts are now optimized via Modernizr.load -->	
-		<script src="<?php echo get_template_directory_uri(); ?>/library/js/scripts.js"></script>
-		
-		<!--[if lt IE 7 ]>
-  			<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 ?>
 
 	</body>
 
-</html>
+</html> <!-- end page. what a ride! -->