summaryrefslogtreecommitdiff
path: root/modules/README.txt
blob: 621dedefb7e6cae0379dfd179f056968bbaf1b84 (plain)
1
2
3
4
5
6
7
8
9
10
// $Id$

This directory is reserved for core module files. Custom or contributed modules
should be placed in their own subdirectory of the sites/all/modules directory.
For multisite installations, they can also be placed in a subdirectory under
/sites/{sitename}/modules/, where {sitename} is the name of your site (e.g.,
www.example.com). This will allow you to more easily update Drupal core files.

For more details, see: http://drupal.org/node/176043