Changeset 2893

Show
Ignore:
Timestamp:
05/05/10 16:01:20
Author:
johnsa
Message:

user client: file moves

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/themeSettings.xsl

    r2890 r2893  
    2424  <!--==== THEME SETTINGS ====--> 
    2525   
    26   <!-- URL of html resources (images, css, other html); by default this is 
    27        set to the application root, but for the personal calendar 
    28        this should be changed to point to a 
    29        web server over https to avoid mixed content errors, e.g., 
     26  <!-- URL of html resources (images, css, other html); for the personal calendar 
     27       this should be changed to point to a web server over https to avoid mixed content errors, e.g., 
    3028  <xsl:variable name="resourcesRoot">https://mywebserver.edu/myresourcesdir</xsl:variable> 
    3129    --> 
    32   <xsl:variable name="resourcesRoot" select="/bedework/browserResourceRoot"/> 
     30  <!-- URL of html resources (images, css, other html) for the current theme --> 
     31  <xsl:variable name="resourcesRoot"><xsl:value-of select="/bedework/browserResourceRoot" />/themes/bedeworkTheme</xsl:variable> 
     32   
    3333   
    3434</xsl:stylesheet>