we just stumbled upon this. setting up a page theme for eg /node/add/story does not work (while for core it doesn't make a difference) for /node/add/Story
I suggest simply changing line #131 of page_theme.module to
$page_match = drupal_match_path(drupal_strtolower($path), drupal_strtolower($page_theme->pages));
and #133 accordingly
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | page_theme-path-case-insensitive.patch | 881 bytes | rstamm |
| #2 | lowercase_uppercase-2825734-2.patch | 774 bytes | silvi.addweb |
Comments
Comment #2
silvi.addweb commentedAttached patch makes suggested changes.
Comment #3
rstamm commentedgood catch.
Comment #5
rstamm commented