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

noreply at svn.ci.uchicago.edu noreply at svn.ci.uchicago.edu
Mon Dec 13 15:08:30 CST 2010


Author: wozniak
Date: 2010-12-13 15:08:30 -0600 (Mon, 13 Dec 2010)
New Revision: 3775

Modified:
   trunk/docs/formatting/swiftsh_html_chunked.xsl
Log:
Set include paths for new directory structure


Modified: trunk/docs/formatting/swiftsh_html_chunked.xsl
===================================================================
--- trunk/docs/formatting/swiftsh_html_chunked.xsl	2010-12-13 21:08:04 UTC (rev 3774)
+++ trunk/docs/formatting/swiftsh_html_chunked.xsl	2010-12-13 21:08:30 UTC (rev 3775)
@@ -243,12 +243,14 @@
 		<div id="container">
 			<!-- header -->
 			<div id="header">
-				<?php require('../../inc/header.php') ?>
+				<?php
+                                   set_include_path('.');
+                                   require('../../../inc/header.php') ?>
 			</div>
 			<!-- end header -->
 			<!-- nav -->
 			<div id="nav">
-				<?php require('../../inc/nav.php') ?>
+				<?php require('../../../inc/nav.php') ?>
 			</div>
 			<!-- end nav -->
 			<!-- content container -->
@@ -262,7 +264,7 @@
 			</div>
 			<!-- end content container-->
 			<!-- footer -->
-			<div id="footer"><?php require('../../inc/footer.php') ?></div>
+			<div id="footer"><?php require('../../../inc/footer.php') ?></div>
 			<!-- end footer -->
 
 		</div>




More information about the Swift-commit mailing list