// $Id: README.txt,v 1.4.2.2 2011-02-06 22:47:17 andregriffin Exp $ Framework 3.x for Drupal 7 Created by André Griffin http://drupal.org/project/framework Framework is a blank canvas for theme developers. Use Framework as a user friendly starting point to help facilitate your theme development. Build site themes without feeling like you have to reinvent the wheel or remove unnecessary code every time. Framework 3 is intended to be used with the "Seven" administration theme included with Drupal 7. To fully convert Framework to your own custom theme, it is encouraged that you: - Copy the 'framework' directory in sites/all/themes/ and rename it as 'yourthemename' - Change the filename and contents of the .info file accordingly - Use find/replace in template.php to replace 'framework' with 'yourthemename' - Upload and enable the theme - Modify as needed To create a sub-theme based on Framework, see: http://drupal.org/node/225125