added some more docu for ilovefs css switch

svn path=/trunk/; revision=27985
This commit is contained in:
Max Mehl 2014-02-08 19:00:10 +00:00
parent 3ff1c5d736
commit 3a69f1a85a

View File

@ -14,6 +14,7 @@
<xsl:output method="html" encoding="utf-8" indent="yes" doctype-system="about:legacy-compat" />
<xsl:variable name="mode">
<!-- here you can set the mode to switch between normal and IloveFS style -->
<xsl:value-of select="'normal'" /> <!-- can be either 'normal' or 'valentine' -->
</xsl:variable>