$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: daniel_james_at_[hidden]
Date: 2007-12-02 08:47:32
Author: danieljames
Date: 2007-12-02 08:47:31 EST (Sun, 02 Dec 2007)
New Revision: 41580
URL: http://svn.boost.org/trac/boost/changeset/41580
Log:
Revert a change I mean to make on the fix-links branch.
Text files modified: 
   trunk/tools/boostbook/xsl/navbar.xsl |     5 ++---                                   
   1 files changed, 2 insertions(+), 3 deletions(-)
Modified: trunk/tools/boostbook/xsl/navbar.xsl
==============================================================================
--- trunk/tools/boostbook/xsl/navbar.xsl	(original)
+++ trunk/tools/boostbook/xsl/navbar.xsl	2007-12-02 08:47:31 EST (Sun, 02 Dec 2007)
@@ -37,7 +37,6 @@
    <!-- location of the various Boost elements -->
 
    <xsl:param name = "boost.root"      select = "'../..'"/>
-   <xsl:param name = "boost.website"   select = "'http://beta.boost.org'"/>
    <xsl:param name = "boost.image.src" 
               select = "concat($boost.root, '/boost.png')"/>
    <xsl:param name = "boost.image.alt" select = "'Boost C++ Libraries'"/>
@@ -117,12 +116,12 @@
       </xsl:variable>
       <xsl:variable name="people_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.website, '/users/people.html' )"/>
+            <xsl:with-param name="target" select="concat( $boost.root, '/people/people.htm' )"/>
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="faq_link">
          <xsl:call-template name="href.target.relative">
-            <xsl:with-param name="target" select="concat( $boost.website, '/users/faq.html' )"/>
+            <xsl:with-param name="target" select="concat( $boost.root, '/more/faq.htm' )"/>
          </xsl:call-template>
       </xsl:variable>
       <xsl:variable name="more_link">