libreccm-legacy/ccm-cms/web/packages/content-section/xsl/portlets/content-item-portlet.xsl

13 lines
358 B
XML

<?xml version="1.0"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"
xmlns:portlet="http://www.uk.arsdigita.com/portlet/1.0">
<xsl:import href="../../../../../packages/content-section/xsl/cms-item.xsl"/>
<xsl:template match="portlet:contentItem">
<xsl:apply-templates/>
</xsl:template>
</xsl:stylesheet>