2011/7/14 Martin Aspeli <[email protected]>:
> Paste your rules file?
>
> Martin


<rules xmlns="http://namespaces.plone.org/diazo";
       xmlns:css="http://namespaces.plone.org/diazo/css";
       xmlns:xsl="http://www.w3.org/1999/XSL/Transform";>

        <!-- Set output to HTML5 -->
        <xsl:output
                method="html"
                encoding="UTF-8"
                omit-xml-declaration="yes"
                indent="yes"
                media-type="text/html"
                doctype-public=""
                doctype-system=""
        />

        <notheme if-path="/" />
        <notheme if-path="/addPortal.html" />

        <replace theme="/html/head/base" content="/html/head/base" />
        <replace theme="/html/head/title" content="/html/head/title" />
        <replace css:theme="#other-links" content="//link" />
        <replace css:theme="#other-scripts" content="//script" />

        <replace css:theme=".admin-menu" css:content=".manage-page" />

        <copy css:theme=".left-column" css:content=".page-left-column" />
        <copy css:theme=".middle-column" css:content=".page-content-column" />
        <copy css:theme=".right-column" css:content=".page-right-column" />

</rules>
_______________________________________________
Product-Developers mailing list
[email protected]
https://lists.plone.org/mailman/listinfo/plone-product-developers

Reply via email to