Changeset 19916 in main for trunk/ibisph-view/src/main/webapp/xslt/html/community/Page.xslt
- Timestamp:
- 03/01/20 23:07:45 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ibisph-view/src/main/webapp/xslt/html/community/Page.xslt
r19912 r19916 23 23 24 24 <xsl:param name="Page.stateTitle" select="$ibis.adopterTitle"/> 25 26 <xsl:param name="Page.htmlClass" select="'Community'"/>27 25 28 26 <xsl:param name="Dimensions"/> … … 210 208 /> 211 209 <xsl:param name="Page.contentTitle" select="$Page.pageTitle"/> 210 211 212 <xsl:template name="Page.specificCSS"> 213 <link rel="stylesheet" type="text/css" href="{$ibis.baseRequestPath}css/Community.css"/> 214 </xsl:template> 212 215 213 216
Note: See TracChangeset
for help on using the changeset viewer.