9 | | Drupal has a system that allows you to make your own modification to your themes and modules directories without interfering with this core Drupal code. In your web directory, along with themes, modules, and others, there is a directory called sites. This directory is where you should put all of your customizations. The sites directory has a sub-directory called default (it may also have one called all). You can create a modules and themes directory in either default or all. Any module or theme you place in these directories will appear in your modules and themes admin pages just as if it was placed in your main modules or themes directory. |
| 9 | Here's a typical directory listing of a May First/People Link web directory: |
| 10 | |
| 11 | [[Image(drupal-web.jpg)]] |
| 12 | |
| 13 | You should not edit any of the files here. And the modules and themes (displayed in this picture as "links" which might display in your program as regular directories) should not be used either. |
| 14 | |
| 15 | Drupal has a system that allows you to make your own modification to your themes and modules directories without interfering with this core Drupal code. In your web directory, along with themes, modules, and others, there is a directory called sites. |
| 16 | |
| 17 | [[Image(drupal-web-sites.jpg)]] |
| 18 | |
| 19 | This directory is where you should put all of your customizations. The sites directory has a sub-directory called default (it may also have one called all). You can create a modules and themes directory in either default or all. Any module or theme you place in these directories will appear in your modules and themes admin pages just as if it was placed in your main modules or themes directory. |
| 20 | |
| 21 | [[Image(drupal-web-sites-all.jpg)]] |