Changeset 2516

Show
Ignore:
Timestamp:
12/18/09 18:02:13
Author:
johnsa
Message:

public client: restructuring of themes directory

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/featuredEvents.xsl

    r2511 r2516  
    1515      <div id="feature"> 
    1616        <!-- pulls in the first three images from the FeaturedEvent.xml document --> 
    17         <xsl:apply-templates select="document('defaultTheme/data/FeaturedEvent.xml')/featuredEvents/image[position() &lt; 4]" mode="featuredEvents" /> 
     17        <xsl:apply-templates select="document('../../themes/bedeworkTheme/data/FeaturedEvent.xml')/featuredEvents/image[position() &lt; 4]" mode="featuredEvents" /> 
    1818      </div> 
    1919    </xsl:if> 
  • trunk/deployment/webpublic/webapp/resources/demoskins/MainCampus/themes/bedeworkTheme/themeSettings.xsl

    r2511 r2516  
    77 
    88  <!-- 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> 
    1010 
    1111  <!-- Features for the current theme -->