Ignore:
Timestamp:
2023-07-29T17:49:13+12:00 (11 months ago)
Author:
davidb
Message:

noheader cgi arg support added; Tab text change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/interfaces/thewillow/transform/layouts/header.xsl

    r37812 r37832  
    6666  </xsl:template>
    6767
    68 
     68  <xsl:template name="top-area">
     69    <xsl:if test="/page/pageRequest/paramList/param[@name = 'noheader']/@value != '1'">
     70      <xsl:call-template name="top-area-streetlifeyork"/>
     71    </xsl:if>
     72  </xsl:template>
    6973 
    70   <xsl:template name="top-area">
     74  <xsl:template name="top-area-streetlifeyork">
    7175
    7276      <div class="dialog-off-canvas-main-canvas subpage" data-off-canvas-main-canvas="">
     
    378382  <xsl:template name="additionalNavTabs">
    379383    <li class="ui-state-default ui-corner-top ui-tabs-selected ui-state-active">
    380       <a href="library/collection/{$collName}/page/about" title="About this collection">About</a>
     384      <a href="library/collection/{$collName}/page/about" title="About this collection">Willow Archive Project</a>
    381385    </li>
    382386
Note: See TracChangeset for help on using the changeset viewer.