diff --git a/.htaccess b/.htaccess index cb4e5ca..1239126 100644 --- a/.htaccess +++ b/.htaccess @@ -3,7 +3,7 @@ php_flag display_errors on php_flag html_errors on RewriteEngine On -RewriteBase / +#RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d diff --git a/docs/index.md b/docs/index.md index 15825e2..8a7c47a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -6,7 +6,7 @@

Features


-alt text +alt text * 100% Mobile Responsive * Supports GitHub Flavored Markdown diff --git a/index.php b/index.php index 01abee7..e59124c 100644 --- a/index.php +++ b/index.php @@ -66,7 +66,7 @@ software, even if advised of the possibility of such damage. require_once('libs/functions.php'); $options = get_options(); -$tree = get_tree("docs"); +$tree = get_tree("docs", $base_url); $homepage_url = homepage_url($tree); $docs_url = docs_url($tree); @@ -81,16 +81,15 @@ if ($homepage && $homepage_url !== '/') { - <?php echo $options['title']; ?> - + img/favicon.png" type="image/x-icon"> - + @@ -105,20 +104,20 @@ if ($homepage && $homepage_url !== '/') { $v) { ?> @: ; - @import "/less/import/daux-base.less"; + @import "/less/import/daux-base.less"; - + - + - + - + @@ -129,7 +128,7 @@ if ($homepage && $homepage_url !== '/') {