| 1 |
Version 1.5
|
| 2 |
* Added template.php to seperate the HTML and PHP code.
|
| 3 |
|
| 4 |
Version 1.4
|
| 5 |
* Fixed bug so that onload_attributes will work. By Gorden.
|
| 6 |
|
| 7 |
Version 1.3
|
| 8 |
* Added style properties to "form-item" to make form pages more compact.
|
| 9 |
* Updated theme to use theme("blocks") instead of render_blocks().
|
| 10 |
|
| 11 |
Version 1.2
|
| 12 |
* Added the ability to override the default navigation links with custom
|
| 13 |
user defined links.
|
| 14 |
|
| 15 |
* Disabled active page markers for now. This was a bit of a hack in the
|
| 16 |
first place, hopefully when a better menu system is inplace this can
|
| 17 |
be put back.
|
| 18 |
|
| 19 |
* Moved the search form into the header.
|
| 20 |
|
| 21 |
* Added the ability to theme static nodes differently from regular nodes.
|
| 22 |
|
| 23 |
* Removed the sidebar placement configuration. Now the layout is determined
|
| 24 |
in the block configuration panel.
|
| 25 |
|
| 26 |
* Fixed an IE style bug, where textarea boxes were being given 100% of the
|
| 27 |
screen width and not the containing blocks width.
|
| 28 |
|
| 29 |
Version 1.1
|
| 30 |
* Initial release.
|