From 98508af86470d4bf4deb630f29fd9af8dbf5560c Mon Sep 17 00:00:00 2001 From: Jurian Sluiman Date: Sun, 29 Jul 2012 11:40:13 +0200 Subject: [PATCH] Add inlineScript() helper For faster DOM parsing it is recommended to place some scripts just above the tag. Rendering the inlineScript() helper here makes it possible to inject files in both the and at the end of the --- module/Application/view/layout/layout.phtml | 1 + 1 file changed, 1 insertion(+) diff --git a/module/Application/view/layout/layout.phtml b/module/Application/view/layout/layout.phtml index 47812ed..86c887d 100644 --- a/module/Application/view/layout/layout.phtml +++ b/module/Application/view/layout/layout.phtml @@ -52,5 +52,6 @@ + inlineScript()?> -- 1.7.10.4