diff --git a/autoload.inc b/autoload.inc index ce1f546..39e5f8c 100644 --- a/autoload.inc +++ b/autoload.inc @@ -1,3 +1,4 @@ 'textillate', + 'inpath' => new \SYSTEM\PLIB('textillate/'), + 'outpath' => new \SYSTEM\PLIB('textillate/docu/'), + 'inpath_md' => new \SYSTEM\PLIB('textillate/docu/structure.xml'), + 'outpath_md' => new \SYSTEM\PLIB('textillate/wiki/'), + 'cachepath' => new \SYSTEM\PLIB('textillate/docu/cache/'), + 'ignore' => array(), + 'sourcecode' => true, + 'parseprivate' => false, + 'title' => 'LIB - Textillate'); + } +} \ No newline at end of file