README.modules 448 B

12345678910111213141516171819
  1. Module directory consists of following files:
  2. * module.php (REQUIRED):
  3. Contains the information for the module, such as:
  4. - version
  5. - name
  6. - menu entries
  7. - sql installation queries
  8. * navigation.xml (OPTIONAL):
  9. Contains the navigation for the module. This file is optional and if not used,
  10. the default page called <module_name>.php is loaded.
  11. * Additional files:
  12. In addition to the files above module can have as many extra files as you want.