Mercurial > defr > drupal > core
comparison modules/README.txt @ 1:c1f4ac30525a 6.0
Drupal 6.0
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:28:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:5a113a1c4740 | 1:c1f4ac30525a |
---|---|
1 This directory is reserved for core module files. Custom or contributed | |
2 modules should be placed in their own subdirectory of the sites/all/modules | |
3 directory. For multisite installations, they can also be placed in a subdirectory | |
4 under /sites/{sitename}/modules/, where {sitename} is the name of your site | |
5 (e.g., www.example.com). This will allow you to more easily update Drupal core files. | |
6 | |
7 For more details, see: http://drupal.org/node/176043 | |
8 |