drupal/themes
Dries Buytaert 744198926e - Patch #849642 by mgifford: fixed fixed fonts used in Seven. Yes, that is 2x 'fixed' in one sentence. 2010-07-18 01:36:06 +00:00
..
bartik - Patch #850734 by bleen18: whitespace removal. 2010-07-11 22:12:26 +00:00
engines/phptemplate #664806 by jhodgdon: Fixed phptemplate_theme() doc headers standardization. 2010-02-23 19:03:37 +00:00
garland - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
seven - Patch #849642 by mgifford: fixed fixed fonts used in Seven. Yes, that is 2x 'fixed' in one sentence. 2010-07-18 01:36:06 +00:00
stark - Patch #562968 by kkaefer: optimize module and theme images. 2010-06-29 15:39:52 +00:00
tests #241570 by effulgentsia and merlinofchaos: Fixed Theme preprocess functions do not get retained when using patterns. 2010-03-21 04:05:24 +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