Make sure user-defined script gets output in Horde.
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 28 Jan 2010 22:29:41 +0000 (15:29 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 28 Jan 2010 22:29:41 +0000 (15:29 -0700)
horde/templates/common-header.inc

index 30687b5..ec6e71e 100644 (file)
@@ -25,7 +25,8 @@ if (!empty($refresh_time) && !empty($refresh_url)) {
 <?php
 echo Horde::includeStylesheetFiles(array('additional' => Horde_Util::nonInputVar('horde_css_stylesheets', array())));
 echo Horde::includeScriptFiles();
-echo implode("\n", Horde_Util::nonInputVar('linkTags', array()))
+echo implode("\n", Horde_Util::nonInputVar('linkTags', array()));
+Horde::outputInlineScript();
 ?>
 </head>