cms/drupal/sites/all/themes/README.txt
changeset 541 e756a8c72c3d
equal deleted inserted replaced
540:07239de796bb 541:e756a8c72c3d
       
     1 Themes allow you to change the look and feel of your Drupal site. You can use
       
     2 themes contributed by others or create your own.
       
     3 
       
     4 WHAT TO PLACE IN THIS DIRECTORY?
       
     5 --------------------------------
       
     6 
       
     7 Placing downloaded and custom themes in this directory separates downloaded and
       
     8 custom themes from Drupal core's themes. This allows Drupal core to be updated
       
     9 without overwriting these files.
       
    10 
       
    11 DOWNLOAD ADDITIONAL THEMES
       
    12 --------------------------
       
    13 
       
    14 Contributed themes from the Drupal community may be downloaded at
       
    15 https://www.drupal.org/project/project_theme.
       
    16 
       
    17 MULTISITE CONFIGURATION
       
    18 -----------------------
       
    19 
       
    20 In multisite configurations, themes found in this directory are available to
       
    21 all sites. Alternatively, the sites/your_site_name/themes directory pattern
       
    22 may be used to restrict themes to a specific site instance.
       
    23 
       
    24 MORE INFORMATION
       
    25 -----------------
       
    26 
       
    27 Refer to the "Appearance" section of the README.txt in the Drupal root directory
       
    28 for further information on customizing the appearance of Drupal with custom
       
    29 themes.