Closed (fixed)
Project:
Zen
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Feb 2008 at 03:21 UTC
Updated:
13 Mar 2008 at 21:21 UTC
When you're using the zen theme and have wireframes turned on, they won't display because wireframes.css is being included from the root.
The problem is at line 133 where the path is retrieved with path_to_zentheme(). path_to_zentheme() returns false when the zen theme is being used, so the include is "//wireframes.css" in the final html, which is incorrect.
The attached patch changes path_to_zentheme() to $vars['directory'] so that it works properly with all the themes.
| Comment | File | Size | Author |
|---|---|---|---|
| wireframes_css_include_fix.patch | 465 bytes | Aragorn450 |
Comments
Comment #1
johnalbinThanks, Charlie!
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.