[Commits] [svn:einsteintoolkit] www/documentation/ThornDoc/ (Rev. 1149)
barry.wardell at gmail.com
barry.wardell at gmail.com
Fri Mar 14 13:04:12 CDT 2014
User: barry.wardell
Date: 2014/03/14 01:04 PM
Modified:
/documentation/ThornDoc/
docpage.php
Log:
Include arrangement documentation in single html page version
File Changes:
Directory: /documentation/ThornDoc/
===================================
File [modified]: docpage.php
Delta lines: +2 -1
===================================================================
--- documentation/ThornDoc/docpage.php 2014-03-14 16:01:55 UTC (rev 1148)
+++ documentation/ThornDoc/docpage.php 2014-03-14 18:04:12 UTC (rev 1149)
@@ -13,7 +13,8 @@
}
if($page == "All/documentation.html") {
- $pages = array_merge(glob('*/documentation/html'), glob('*/*/documentation.html'));
+ $pages = array_merge(glob('*/documentation.html'), glob('*/*/documentation.html'));
+ sort($pages);
$title='Thorn and Arrangement Documentation';
include_once($_SERVER['DOCUMENT_ROOT'].'/global/header.php');
echo '<link rel="stylesheet" type="text/css" href="/global/documentation.css">';
More information about the Commits
mailing list