Uploaded image for project: 'Newsletter'
  1. Newsletter
  2. NEWSLETTER-219

The value of the param siteName is missing in the stylesheet of the demo skin

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 1.11.0, 2.0.0
    • 1.9.0
    • None

      How to reproduce :

      • use the skin "Demo"
      • in the webapp\cms\skins\demo\newsletter\default\stylesheets\template.xsl, there is some params :
        <xsl:param name="contextPath"/>
        	<xsl:param name="skin"/>
        	<xsl:param name="siteName"/>
        	<xsl:param name="lang"/>
        	<xsl:param name="mail"/>
        	<xsl:param name="categoryTitle"/>
            <xsl:param name="title"/>
            <xsl:param name="number"/>
            <xsl:param name="date"/>
      • add this line in the template :
        sitename = <xsl:value-of select="$siteName" />
      • in preview, the value of the param siteName is empty.

            laurence Laurence Aumeunier
            llopez Laure Lopez
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: