Ignore:
Timestamp:
2009-02-04T15:50:57+13:00 (15 years ago)
Author:
max
Message:

Fixed some stuff to display properly using the current css file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • greenstone3/trunk/web/sites/localsite/collect/gberg/transform/about.xsl

    r17022 r18461  
    1616   
    1717    <xsl:choose>
    18     <!-- if we are using hte classic GS2 look and feel use this template otherwise use the default GS3 look and feel template -->
     18    <!-- if we are using the classic GS2 look and feel use this template otherwise use the default GS3 look and feel template -->
    1919      <xsl:when test="$interface_name = 'gs2'">
    2020    <html>
     
    4848    </head>
    4949          <body>
    50            <div id="globalwrapper">
     50           <div id="page-wrapper">
    5151          <xsl:call-template name="response" />
    5252          <xsl:call-template name="greenstoneFooter"/>
Note: See TracChangeset for help on using the changeset viewer.