*/ class DolibarrInstaller extends BaseInstaller { //TODO: Add support for scripts and themes protected $locations = array( 'module' => 'htdocs/custom/{$name}/', ); }