-
Improvement
-
Resolution: Fixed
-
Major
-
None
-
None
-
4.4 RC3
Please replace relative imports by absolute ones
For example in skin-odf\stylesheets\content\program\program-main.xsl :
Replace :
<xsl:import href="benefits.xsl" /> <xsl:import href="categories.xsl" /> <xsl:import href="orgunits.xsl" />
By :
<xsl:import href="skin://templates/index/stylesheets/benefits.xsl" /> <xsl:import href="skin://templates/index/stylesheets/categories.xsl" /> <xsl:import href="skin://templates/index/stylesheets/orgunits.xsl" />