Moved javascript down, after css. Best practice.
[zf2.biz/galerie.git] / 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') ?>