GreenEarthTheme 3.0 (Apr 30, 2009)
Updated theme for 3.x.
For additional information about this project, please visit the overview page .
Available downloads
Release Notes
| Tested with | Plone 3 |
|---|---|
| State | Final release |
| License | GPL |
| Release Manager | Veda Williams |
Updated GreenEarthTheme for 3.x. Should be backwards compatible for all 3.x versions. Exposed the footer viewlet to the theme product so it can be easily modified through portal_view_customizations, if needed, and rolled back into the product, if desired.
The theme lives here on PyPi: http://pypi.python.org/pypi/plonetheme.GreenEarthTheme3_0/3.3.0.
To install the theme, edit your buildout.cfg as follows. The actual buildout.cfg file will be much longer than the snippets below:
After updating the configuration you need to run the ''bin/buildout'', which will refresh your buildout and allow it to find the new egg. You can then install the theme via Site Setup / Add-On Products.[instance]
eggs =
...
plonetheme.yourtheme
zcml =
...
plonetheme.yourtheme
Change log
Removed extraneous portlets and code that are made obsolete by 3.x technologies.
Included a customized / named footer.pt that hasn't been modified yet but can be via portal_view_customizations or in the theme product (just making it a little easier to get to).
Altered the dividers between the path bar breadcrumbs and hid the default Plone version.
Moved the personaltoolbar to the bottom of the page so it wouldn't interfere with other styling.

