This page should only be used if the script asks you to manually migrate skin.20250507.INTRANET-CARDS.welcome.tour
The possibility of defining a guided tour of the home page has been added. To take advantage of this feature, you need to update your skin and upload the necessary resources to the home page.
To do this, you need to use the "css" and "head-tour-js" templates in the "css" and "script" template overloads of your home page template.
<xsl:template name="additionnal-css"> <!-- the current content of your additionnal-css template --> <xsl:call-template name="head-tour-css"/> </xsl:template>
<xsl:template name="additionnal-script"> <!-- the current content of your additionnal-css template --> <xsl:call-template name="head-tour-js"/> </xsl:template>