1. in "tendu_preprocess_page"I used theme_get_settings() instead of theme_get_setting().
2. "toggle_accessibility_links" was misspelled in some places.
Changelog:
* Removed Doil subtheme, hopefully will be back in next beta (or rc)
* CHANGELOG.txt added
* LICENSE.txt with GPL 2.1 license added
* README.txt updated
* Accessibility - Added hidden links to content for screen readers and keyboard-only navagation
* Added a Theme Settings checkbox to select wheather accessibility links will be present.
* Restyled primary/secondary-links in Tendu Default Design
* Added <h2> hidden titles to "Language switcher", "Primary links" and "Secondary links"
Another Beta version of 6.x-2.x branch.
Important changes:
- Integrated Primary and Secondary links into page.tpl.
- Integrated Language Switcher and Search Box into page.tpl.
- Fixed a bug in conditional-styles RTL detection.
- Many CSS fixes.
- Many comment fixes.
- A README.txt file.
- theme-settings.php that adds "Language Switcher" to Theme Settings
Beta release of new Tendu version 2.x branch.
This version still needs review, but it worked perfectly on my FF3, Opera 9.6, IE6, IE7, Latest Webkit (Midori).
Some minor fixes:
- Bug Fix: page.tpl.php - Changed $base_path to $front_page so clicking on site-logo or site-name will be aware of $language
- Added the default block, node and comment .tpl files
- Fixed location of $closure
- Fixed <div id="header"> to clear floats
- Cleaned the code a bit to comply with Drupal Coding Guidelines
- Edited some comments
- Commenting out drupal_rebuild_theme_registry(); by default