Changeset 2516
- Timestamp:
- 12/18/09 18:02:13
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/featuredEvents.xsl
r2511 r2516 15 15 <div id="feature"> 16 16 <!-- pulls in the first three images from the FeaturedEvent.xml document --> 17 <xsl:apply-templates select="document(' defaultTheme/data/FeaturedEvent.xml')/featuredEvents/image[position() < 4]" mode="featuredEvents" />17 <xsl:apply-templates select="document('../../themes/bedeworkTheme/data/FeaturedEvent.xml')/featuredEvents/image[position() < 4]" mode="featuredEvents" /> 18 18 </div> 19 19 </xsl:if> trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl
r2511 r2516 7 7 8 8 <!-- URL of html resources (images, css, other html) for the current theme --> 9 <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot" />/ default/default/defaultTheme</xsl:variable>9 <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/approot" />/themes/bedeworkTheme</xsl:variable> 10 10 11 11 <!-- Features for the current theme -->
