Extended (path-based) assignment fails on some pages
rorysolomon - November 6, 2007 - 17:05
| Project: | Taxonomy Theme |
| Version: | 5.x-1.1 |
| Component: | - Extended (Paths) |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have two themes, say Theme A and Theme B. Theme A is my default, and using path-based assignment I specified Theme B for the following paths:
admin
admin/*
This works in general, but on editing a view and clicking 'submit', I'm returned to admin/build/views and Theme A is used again. Simply reloading that page, Theme B shows up as expected.
I did a little debugging and it looks like taxonomy_theme_menu is getting called several times, which I think indicates some kind of redirect or drupal_goto() ?? Each time however, init_theme() seems to get properly called. So I can't tell what the problem might be.
Thanks,
Rory

#1