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