You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
389 B

  1. <?php
  2. $id = "openstreetbrowser";
  3. $depend = array(
  4. 'hooks',
  5. 'html',
  6. 'modulekit-lang',
  7. 'modulekit-form',
  8. 'modulekit-ajax',
  9. 'openstreetbrowser-categories-main',
  10. 'openstreetmap-tag-translations',
  11. );
  12. $include = array(
  13. 'php' => array(
  14. 'src/options.php',
  15. 'src/language.php',
  16. 'src/ip-location.php',
  17. ),
  18. 'css' => array(
  19. 'style.css',
  20. ),
  21. );
  22. $version = "3.x-dev";