Moved javascript down, after css. Best practice.
authorDanielss89 <danielss89@gmail.com>
Tue, 17 Jan 2012 20:14:58 +0000 (21:14 +0100)
committerDanielss89 <danielss89@gmail.com>
Tue, 17 Jan 2012 20:14:58 +0000 (21:14 +0100)
module/Application/view/layout/layout.phtml

index 6685a64..a9e37b8 100644 (file)
@@ -7,14 +7,6 @@
 
     <?php echo $this->headMeta() ?>
 
-    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
-    <!--[if lt IE 9]>
-      <?php echo $this->placeholder('html5js') ?>
-
-    <![endif]-->
-
-    <?php echo $this->headScript() ?>
-
     <!-- Le styles -->
     <?php echo $this->headLink() ?>
     
       }
     </style>
 
+    <!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
+    <!--[if lt IE 9]>
+      <?php echo $this->placeholder('html5js') ?>
+    <![endif]-->
+
+    <?php echo $this->headScript() ?>
+
     <!-- Le fav and touch icons -->
     <?php echo $this->placeholder('favicon') ?>