summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/xml/html-common.xsl3
1 files changed, 3 insertions, 0 deletions
diff --git a/DOCS/xml/html-common.xsl b/DOCS/xml/html-common.xsl
index 296416bdaa..b62b3bc9ce 100644
--- a/DOCS/xml/html-common.xsl
+++ b/DOCS/xml/html-common.xsl
@@ -30,6 +30,9 @@
<xsl:param name="admon.graphics" select="'0'"/>
<xsl:param name="navig.graphics" select="'0'"/>
<xsl:param name="navig.showtitles" select="'1'"/>
+
+ <!-- Generate more links for Site Navigation Bar -->
+ <xsl:param name="html.extra.head.links" select="1"/>
<!-- Label sections too (eg. 2.1, 2.1.1) -->
<xsl:param name="section.autolabel" select="'1'"/>