summaryrefslogtreecommitdiff
path: root/sites/all/themes
diff options
context:
space:
mode:
authorJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:47:47 -0700
committerJennifer Hodgdon <yahgrp@poplarware.com>2012-10-09 10:47:47 -0700
commite320619e0796769c45c987e4efe6031e53ca0a03 (patch)
tree3f379885a16d758ffa03e7d3c55223b52cf6258f /sites/all/themes
parentc58093c2e8fd26678db9c88ce7f3a4a042f5a70d (diff)
downloadbrdo-e320619e0796769c45c987e4efe6031e53ca0a03.tar.gz
brdo-e320619e0796769c45c987e4efe6031e53ca0a03.tar.bz2
Issue #1539940 by jwilson3, ryanissamson, infiniteluke, mrf: Fix up sites readme files
Diffstat (limited to 'sites/all/themes')
-rw-r--r--sites/all/themes/README.txt16
1 files changed, 13 insertions, 3 deletions
diff --git a/sites/all/themes/README.txt b/sites/all/themes/README.txt
index e9425214b..e308af205 100644
--- a/sites/all/themes/README.txt
+++ b/sites/all/themes/README.txt
@@ -1,4 +1,14 @@
+Place downloaded and custom themes that modify your site's appearance in this
+directory to ensure clean separation from Drupal core and to facilitate safe,
+self-contained code updates. Contributed themes from the Drupal community may
+be downloaded at http://drupal.org/project/themes.
-This directory should be used to place downloaded and custom themes
-which are common to all sites. This will allow you to more easily
-update Drupal core files.
+It is safe to organize themes into subdirectories and is recommended to use
+Drupal's sub-theme functionality to ensure easy maintenance and upgrades.
+
+In multisite configuration, themes found in this directory are available to
+all sites. Alternatively, the sites/your_site_name/themes directory pattern may
+be used to restrict themes to a specific site instance.
+
+Refer to the "Appearance" section of the README.txt in the Drupal root
+directory for further information on theming.