for every content type we are using the common.xsl
this xsl suppose to have a xsl variable named common-content-css-class-name
e.g. on article, currently we have :
- article.xsl defining <xsl:variable name="common-content-css-class-name">article view-main</xsl:variable>
- article-main.xsl defining nothing
- article-abstract.xsl defining <xsl:variable name="common-content-css-class-name">article view-abstract</xsl:variable>
- article-link.xsl defining <xsl:variable name="common-content-css-class-name">article view-link</xsl:variable>
To be clean, the definition in article.xsl should be moved to article-main.xsl
for every content type we are using the common.xsl
this xsl suppose to have a xsl variable named common-content-css-class-name
e.g. on article, currently we have :
To be clean, the definition in article.xsl should be moved to article-main.xsl