drupal/themes
Dries Buytaert c52bb5cea5 - Patch #903854 by bleen18: comment display is borked in (at least ) chrome. 2010-09-07 23:35:05 +00:00
..
bartik - Patch #903854 by bleen18: comment display is borked in (at least ) chrome. 2010-09-07 23:35:05 +00:00
engines/phptemplate #664806 by jhodgdon: Fixed phptemplate_theme() doc headers standardization. 2010-02-23 19:03:37 +00:00
garland - Patch #800042 by Ralf: documentation and variable reference issue in garland. 2010-09-04 15:21:09 +00:00
seven - Patch #876982 by wapnik: input file field invisible in IE7. 2010-09-01 03:10:42 +00:00
stark - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
tests - Patch #812016 by effulgentsia, chx, redndahead, Damien Tournoud: themes cannot always participate in drupal_alter(). 2010-08-22 12:46:21 +00:00
README.txt - Patch #596962 by dww | Dave Reid: fix formatting on /(modules|themes)/README.txt. 2009-10-08 01:44:22 +00:00

README.txt

// $Id$

This directory is reserved for core theme files. Custom or contributed themes
should be placed in their own subdirectory of the sites/all/themes directory.
For multisite installations, they can also be placed in a subdirectory under
/sites/{sitename}/themes/, 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