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.

28 lines
553 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. 'src/wikipedia.php',
  18. 'src/ImageLoader.php',
  19. 'src/RepositoryBase.php',
  20. 'src/RepositoryDir.php',
  21. 'src/RepositoryGit.php',
  22. 'src/repositories.php',
  23. ),
  24. 'css' => array(
  25. 'style.css',
  26. ),
  27. );
  28. $version = "4.2";