summaryrefslogtreecommitdiff
path: root/stylesheets/db2html-html.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'stylesheets/db2html-html.xsl')
-rw-r--r--stylesheets/db2html-html.xsl10
1 files changed, 8 insertions, 2 deletions
diff --git a/stylesheets/db2html-html.xsl b/stylesheets/db2html-html.xsl
index 80711400..3c259397 100644
--- a/stylesheets/db2html-html.xsl
+++ b/stylesheets/db2html-html.xsl
@@ -12,10 +12,16 @@
</xsl:param>
<xsl:variable name="prevlink">
- <xsl:apply-templates select="$node" mode="navbar.prev.link.mode"/>
+ <xsl:call-template name="navbar.prev.link">
+ <xsl:with-param name="node" select="$node"/>
+ <xsl:with-param name="depth_chunk" select="$depth_chunk"/>
+ </xsl:call-template>
</xsl:variable>
<xsl:variable name="nextlink">
- <xsl:apply-templates select="$node" mode="navbar.next.link.mode"/>
+ <xsl:call-template name="navbar.next.link">
+ <xsl:with-param name="node" select="$node"/>
+ <xsl:with-param name="depth_chunk" select="$depth_chunk"/>
+ </xsl:call-template>
</xsl:variable>
<html>