diff options
author | 2003-05-20 07:11:33 +0000 | |
---|---|---|
committer | 2003-05-20 07:11:33 +0000 | |
commit | c7a7e3d1dab9304c0e8ead424bd13134c2da4f03 (patch) | |
tree | cd776108306a855e8ecb397287d806eeb7b67fe6 | |
parent | bb369645bfd23152ec6a9fd8369606b8d25b0dce (diff) |
Generate more links for Site navigation Bar.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10136 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/xml/html-common.xsl | 3 |
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'"/> |