README.txt 904 B

12345678910111213141516171819
  1. This directory structure contains the settings and configuration files specific
  2. to your site or sites and is an integral part of multisite configuration.
  3. The sites/all/ subdirectory structure should be used to place your custom and
  4. downloaded extensions including modules, themes, and third party libraries.
  5. Downloaded installation profiles should be placed in the /profiles directory
  6. in the Drupal root.
  7. In multisite configuration, extensions found in the sites/all directory
  8. structure are available to all sites. Alternatively, the sites/your_site_name/
  9. subdirectory pattern may be used to restrict extensions to a specific
  10. site instance.
  11. See the respective README.txt files in sites/all/themes and sites/all/modules
  12. for additional information about obtaining and organizing extensions.
  13. See INSTALL.txt in the Drupal root for information about single-site
  14. installation or multisite configuration.