Initial development version of Fusion Core and Fusion Starter for Drupal 7
#576420 by sociotech, ported fusion core and fusion starter to drupal 7
Important! This code is under active development and not recommended for production use. There is significant functionality still missing (e.g., Ubercart product theming, Skinr previews, etc.).
Guide to upgrading Fusion subthemes from Drupal 6 to Drupal 7: Converting Drupal 6 Fusion themes to Drupal 7
Changes:
- changed core = to 7.x in fusion core and fusion starter
- added help, page_top, and page_bottom regions
- removed content-top and content-bottom regions
- moved all default theme settings into .info file
- changed advanced theme settings code in theme-settings.php to fusion_core_form_system_theme_settings_alter()
- deleted code that initializes theme settings
- converted page.tpl.php to d7 style
- added html.tpl.php template so i can add body classes
- changed main and secondary links/menu to d7 style
- removed head and body markup from page.tpl.php
- removed closure region from page.tpl.php
- changed body_classes to d7 style in template.php/page.tpl.php