Zen doesn't reflect changes to global theme settings
doudou - May 21, 2008 - 04:03
| Project: | Zen |
| Version: | 6.x-1.0-beta2 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
For example, if I disable site name from showing at all, zen theme is unable to comply. ie still display site name when site name is asked not to be displayed.

#1
This is a problem for all themes that use Drupal 6's custom theme settings.
Zen auto-sets its own theme settings (even if you've never touched admin/build/themes/zen.)
The work-around is to directly change the setting on admin/build/themes/zen. Trying to "reset to defaults" will only set Zen's settings to whatever the current global settings are; after that Zen still won't reflect any changes to the global settings.
I've leaving this as "active" until I get a patch submitted for Drupal core.