summaryrefslogtreecommitdiff
path: root/documentation/boxbackup/bb-book.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/boxbackup/bb-book.xsl')
-rw-r--r--documentation/boxbackup/bb-book.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/boxbackup/bb-book.xsl b/documentation/boxbackup/bb-book.xsl
index 183c74aa..7f6eb757 100644
--- a/documentation/boxbackup/bb-book.xsl
+++ b/documentation/boxbackup/bb-book.xsl
@@ -4,12 +4,12 @@
<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/html/chunk.xsl"/>
-<xsl:param name="html.stylesheet" select="'bbdoc.css'"/>
+<xsl:param name="html.stylesheet" select="'../html/bbdoc.css'"/>
<xsl:param name="chunk.section.depth" select="'0'"/>
<xsl:template name="user.header.navigation">
<div id="header">
<div id="logo">
-<img src="images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
+<img src="../html/images/bblogo.png" alt="logo" height="65" width="331" border="0" vspace="5" align="middle" /> <img src="../html/images/stepahead.png" alt="a step ahead in data security" width="182" height="11" hspace="10" vspace="20" border="0" align="middle" /></div>
</div>
</xsl:template>