From e6733a1497b479a071481561979e83d28f25d155 Mon Sep 17 00:00:00 2001
From: Thorsten Vitt <thorsten.vitt@uni-wuerzburg.de>
Date: Fri, 14 Mar 2014 15:30:32 +0100
Subject: [PATCH] [HTML] Don't show the top navigation panel w/ID

---
 src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl b/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
index b84d908..27c9fac 100644
--- a/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
+++ b/src/main/webapp/WEB-INF/stylesheets/db2xhtml.xsl
@@ -28,7 +28,9 @@
     <xsl:param name="autoToc">false</xsl:param>
     <xsl:param name="autoHead">false</xsl:param>
     <xsl:param name="showTitleAuthor">false</xsl:param>
-    <xsl:param name="cssFile"/>        
+    <xsl:param name="cssFile"/>
+	
+    <xsl:variable name="topNavigationPanel">false</xsl:variable>
         
     <!-- Copied from textstucture.xsl to remove the extra heading from the titleStmt -->
     <xsl:template name="stdheader">
-- 
GitLab