drupal/core/themes
catch 3b84028527 Issue #1137782 by disasm: Remove unused CSS in Seven theme that uses desktop-sized layouts. 2012-08-23 13:28:29 +02:00
..
bartik Issue #1472724 by jibran, balsama, kiamlaluno, asrob, mjonesdinero: Fix bad usage of i.e. and e.g. in node.tpl.php files 2012-08-20 10:23:06 -07:00
engines/phptemplate Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00
seven Issue #1137782 by disasm: Remove unused CSS in Seven theme that uses desktop-sized layouts. 2012-08-23 13:28:29 +02:00
stark - Patch #1645494 by effulgentsia: Allow core themes to display single-column on IE8: do not compensate for lack of media query support. 2012-06-22 09:47:29 -07:00
README.txt Issue #22336 by quicksketch, scor, boombatower, and rfay. Move all core Drupal files under a core subdirectory. 2011-11-01 12:48:40 +09:00

README.txt

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