Downloads
Release notes
Mayor update to the core framework:
- All CSS abstracted into mini stylesheets, you can now unset any mini sheet that you dont want.
- page.tpl.php went through a complete rewrite.
- major rewrite of template.php, new features added such as conditional classes for nav, header, moved theming of primary/sec menus to preprocess_page, moved the usual nitemare of code around logo and site_name to preprocess_page also. This is a fairly radical departure from normal Drupal practice.
- added specific classes such as .node-title, .block-title, .comment-title & #page-title.
- very basic RTL added, this does not work so well in IE, so is unsupported but its there for dev purposes to provide a foundation for patches.
- modifed the .info files to make it easier to unset CSS (core .info and subtheme.info).
- added many inline comments to templates and CSS files.
- many other changes, bug fixes and updates.