SetupWebPage::AddModule( __FILE__, // Path to the current file, all other file names are relative to the directory containing this file 'itop-datacenter-mgmt/2.2.0', array( // Identification // 'label' => 'Datacenter Management', 'category' => 'business', // Setup // 'dependencies' => array( 'itop-config-mgmt/2.2.0' ), 'mandatory' => false, 'visible' => true, // Components // 'datamodel' => array( 'model.itop-datacenter-mgmt.php', ), 'webservice' => array( ), 'data.struct' => array( // add your 'structure' definition XML files here, ), 'data.sample' => array( // add your sample data XML files here, 'data.sample.racks.xml', ), // Documentation // 'doc.manual_setup' => '', // hyperlink to manual setup documentation, if any 'doc.more_information' => '', // hyperlink to more information, if any // Default settings // 'settings' => array( // Module specific settings go here, if any ), ) ); ?>