Use long tags with echo statement
authorJurian Sluiman <jurian@soflomo.com>
Sun, 29 Jul 2012 12:47:40 +0000 (14:47 +0200)
committerJurian Sluiman <jurian@soflomo.com>
Sun, 29 Jul 2012 12:47:40 +0000 (14:47 +0200)
module/Application/view/layout/layout.phtml

index 86c887d..d5af45f 100644 (file)
@@ -52,6 +52,6 @@
 
     </div> <!-- /container -->
 
-  <?= $this->inlineScript()?>
+  <?php echo $this->inlineScript() ?>
   </body>
 </html>