source: documentation/trunk/tutorial_sample_files/custom/gs3-collect-theme.txt@ 27252

Last change on this file since 27252 was 27252, checked in by jlwhisler, 11 years ago

New file for the new Collection-specific Themes tutorial

File size: 356 bytes
Line 
1 <xsl:template name="additionalHeaderContent">
2 <xsl:variable name="httpCollection">
3 <xsl:value-of select="/page/pageResponse/collection/metadataList/metadata[@name='httpPath']"/>
4 </xsl:variable>
5 <link href="{$httpCollection}/style/CollectionTheme/jquery-ui-1.10.2.custom.css" rel="stylesheet" type="text/css"/>
6 </xsl:template>
7
Note: See TracBrowser for help on using the repository browser.