[Swift-commit] r2618 - trunk/docs/formatting

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Thu Feb 26 07:01:40 CST 2009


Author: benc
Date: 2009-02-26 07:01:39 -0600 (Thu, 26 Feb 2009)
New Revision: 2618

Modified:
   trunk/docs/formatting/swiftsh_html.xsl
Log:
absolute paths in stylesheet to cope with historical directory structure

Modified: trunk/docs/formatting/swiftsh_html.xsl
===================================================================
--- trunk/docs/formatting/swiftsh_html.xsl	2009-02-26 12:59:59 UTC (rev 2617)
+++ trunk/docs/formatting/swiftsh_html.xsl	2009-02-26 13:01:39 UTC (rev 2618)
@@ -229,12 +229,12 @@
 		<div id="container">
 			<!-- header -->
 			<div id="header">
-				<?php require('../inc/header.php') ?>
+				<?php require('/ci/www/projects/swift/inc/header.php') ?>
 			</div>
 			<!-- end header -->
 			<!-- nav -->
 			<div id="nav">
-				<?php require('../inc/nav.php') ?>
+				<?php require('/ci/www/projects/swift/inc/nav.php') ?>
 			</div>
 			<!-- end nav -->
 			<!-- content container -->
@@ -248,7 +248,7 @@
 			</div>
 			<!-- end content container-->
 			<!-- footer -->
-			<div id="footer"><?php require('../inc/footer.php') ?></div> 
+			<div id="footer"><?php require('/ci/www/projects/swift/inc/footer.php') ?></div> 
 			<!-- end footer -->
 
 		</div>




More information about the Swift-commit mailing list