Foundry: Moved the scripts to the bottom part of head so that they behind after any meta information, stylesheets etc.

git-svn-id: https://svn.libreccm.org/ccm/trunk@3264 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2015-02-23 10:10:26 +00:00
parent 1caa5cff83
commit aa900c8d96
1 changed files with 2 additions and 1 deletions

View File

@ -1168,7 +1168,6 @@
<!-- Not implemented yet <xsl:call-template name="bebop:double-click-protection"/> --> <!-- Not implemented yet <xsl:call-template name="bebop:double-click-protection"/> -->
<xsl:apply-templates select="$data-tree//script"/>
<!-- <!--
Set favicon if exists. This three different variants for including the favicon Set favicon if exists. This three different variants for including the favicon
are necessary to satisfy all browsers. are necessary to satisfy all browsers.
@ -1176,6 +1175,8 @@
<link href="{$theme-prefix}/images/favicon.png" <link href="{$theme-prefix}/images/favicon.png"
type="image/png" type="image/png"
rel="shortcut icon"/> rel="shortcut icon"/>
<xsl:apply-templates select="$data-tree//script"/>
</head> </head>
</xsl:template> </xsl:template>