$Id: README.txt,v 1.1.4.6 2008-06-12 08:10:48 andregriffin Exp $ Drupal 5 Framework theme Created by Andre Griffin > user andregriffin Framework is a blank canvas for theme developers. Use Framework as a starting point to help facilitate your theme development. Features * Framework gives general placement and formatting to basic Drupal elements * Fixed width of 960px by default. Main column resizes between two-column and three-column layouts * CSS file is highly organized, including a table of contents, color codes, section flags, alphabetical properties, etc. * Includes a list of CSS utility classes for easy content formatting * W3C valid CSS 2.1 / XHTML 1.0 Strict * Verified and tested with Firefox 3, Firefox 2, IE7, IE6, Safari 3 * Search in sidebar (as a block) and header (as a theme configuration option) * Clean and simplified code and file structure * Works nicely in mobile browsers * The administration section is adapted from the default Garland theme * Complete em unit text sizing * Inverse color scheme style for dark sites Framework is not intended to be everything to everyone. It is built with simplicity and ease of modification in mind. Although is not necessarily intended, Framework can be used as is if you so choose. ------------------------------- >>> INSTALL to sites/all/themes >>> CONFIGURATION NOTES: To enable Drupal logo management in admin>themes>configure: remove comment slashes "//" on lines 38-40 in page.tpl.php To disable zebra coloring from sidebar menues: remove comment star and slash "*/" on line 448 in style.css To add regions, see: http://drupal.org/node/242107#comment-798428 To enable current node to show in the breadcrumb trail, remove comment slashes on line 37 of template.php To use dark version of Framework, rename style.css to something like style-light.css (or just delete it). Then rename style-dark.css to style.css >>> SUPPORT If you have questions or problems, check the issue list before submitting a new issue: http://drupal.org/project/issues/framework For general support, please refer to: http://drupal.org/support To contact me directly, please visit: http://drupal.org/user/78099/contact