Created
July 17, 2017 10:52
-
-
Save thomasmassmann/fbf0fa342fd576aade4373829dbef5cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<rules xmlns="http://namespaces.plone.org/diazo" | |
xmlns:css="http://namespaces.plone.org/diazo/css" | |
xmlns:xsl="http://www.w3.org/1999/XSL/Transform" | |
xmlns:xi="http://www.w3.org/2001/XInclude"> | |
<!-- The empty params defined here will be overridden by your manifest.cfg. --> | |
<xsl:param name="portal_url"></xsl:param> | |
<xsl:param name="header">normal</xsl:param> | |
<xsl:param name="email">[email protected]</xsl:param> | |
<!-- Now add your rules ... --> | |
</rules> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment