src='{$webhelp.common.dir}images/logo.png' alt="{$brandname} Documentation"/>
</a>
<!-- Display the page title and the main heading(parent) of it-->
- <h1 align="center">
- <xsl:call-template name="get.doc.title"/>
- <br/>
+ <h1>
+ <xsl:call-template name="get.doc.title"/>
+ <br/>
<xsl:choose>
<xsl:when
- test="count($up) > 0 and generate-id($up) != generate-id($home)">
- <xsl:apply-templates select="$up" mode="object.title.markup"/>
- </xsl:when>
+ test="count($up) > 0 and generate-id($up) != generate-id($home)">
+ <xsl:apply-templates select="$up" mode="object.title.markup"/>
+ </xsl:when>
+ <xsl:when test="not(generate-id(.) = generate-id(/*))">
+ <xsl:apply-templates select="." mode="object.title.markup"/>
+ </xsl:when>
<xsl:otherwise> </xsl:otherwise>
</xsl:choose>
-
- </h1>
-
+ </h1>
<!-- Prev and Next links generation-->
<div id="navheader">
<xsl:call-template name="user.webhelp.navheader.content"/>