<!--                                                                  -->
<!--  Copyright (C) 2006 RoyaltyShare, Inc.   All Rights Reserved     -->
<!--                                                                  -->
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

    <!-- This template is used to produce the basic layout for the help pages -->

    <xsl:include href="/app/tools/common/production/templates/help_layout.xsl" />
    <xsl:include href="/app/tools/bookpub/templates/base_includes.xsl" />

    <xsl:template name="localIncludes">
        <xsl:call-template name="bookpubBaseIncludes" />
        <link href="/production/css/bookpub/help.css?v=1" rel="stylesheet" type="text/css" />
    </xsl:template>

</xsl:stylesheet>
