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