Changeset 37258
- Timestamp:
- 2023-02-03T15:23:36+13:00 (8 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gs3-installations/eurovision-lod/trunk/interfaces/eurovision/transform/layouts/main.xsl
r34712 r37258 22 22 <html> 23 23 24 <head> 25 <!-- ***** in header.xsl ***** --> 26 <xsl:call-template name="create-html-header"/> 27 <xsl:call-template name="basketHeadTags"/> 28 </head> 24 <head> 25 <!-- ***** in header.xsl ***** --> 26 <xsl:call-template name="create-html-header" /> 27 28 <xsl:if test="$favouriteBasketOn"> 29 <xsl:call-template name="favouritesHeadTags" /> 30 </xsl:if> 31 <xsl:if test="$documentBasketOn"> 32 <xsl:call-template name="documentBasketHeadTags" /> 33 </xsl:if> 34 </head> 29 35 30 36 <body><xsl:call-template name="textDirectionAttribute"/><xsl:call-template name="actionClass"/>
Note:
See TracChangeset
for help on using the changeset viewer.