drupal folder structure explained
/includes: Drupal api files are include here.
/database
/mysql
/pgsql
/sqlite
/filetransfer
/misc :javascript file and images here.
/farbtastic
/ui
/images
/modules : Drupal core modules here.
/profiles : installation profiles here
/minimal
/standard
/testing
/scripts : shell scripts for developers and administrators here.
/sites : all files that are added by a developer to create a site here.
/all
/modules
/themes
/default
/themes:
php files:
authorize.php
cron.php
index.php
install.php
update.php
xmlrpc.php
htaccess
text files:
web
upgrade
robots
readme
maintainers
licenes
install
/includes: Drupal api files are include here.
/database
/mysql
/pgsql
/sqlite
/filetransfer
/misc :javascript file and images here.
/farbtastic
/ui
/images
/modules : Drupal core modules here.
/profiles : installation profiles here
/minimal
/standard
/testing
/scripts : shell scripts for developers and administrators here.
/sites : all files that are added by a developer to create a site here.
/all
/modules
/themes
/default
/themes:
php files:
authorize.php
cron.php
index.php
install.php
update.php
xmlrpc.php
htaccess
text files:
web
upgrade
robots
readme
maintainers
licenes
install