projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a17cf57
)
Make sure user-defined script gets output in Horde.
author
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 22:29:41 +0000
(15:29 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Thu, 28 Jan 2010 22:29:41 +0000
(15:29 -0700)
horde/templates/common-header.inc
patch
|
blob
|
history
diff --git
a/horde/templates/common-header.inc
b/horde/templates/common-header.inc
index
30687b5
..
ec6e71e
100644
(file)
--- a/
horde/templates/common-header.inc
+++ b/
horde/templates/common-header.inc
@@
-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>