diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-25 19:31:35 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2008-01-25 19:31:35 +0000 |
commit | 211b987877cec3b43391fe9f5650919340c56374 (patch) | |
tree | 85811057108813c1048cee9e028585c07d1f138e /modules/README.txt | |
parent | 5ad519996d3798bd12ef930f74f5a82ff8b14032 (diff) | |
download | drupal-211b987877cec3b43391fe9f5650919340c56374.tar.gz drupal-211b987877cec3b43391fe9f5650919340c56374.zip |
#209663 by Matt V., ScoutBaker, Arancaytar: document that the modules and themes folders are only for core modules and themes
Diffstat (limited to 'modules/README.txt')
-rw-r--r-- | modules/README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/README.txt b/modules/README.txt new file mode 100644 index 00000000000..58d30a5327b --- /dev/null +++ b/modules/README.txt @@ -0,0 +1,8 @@ +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 + |