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.

CommentFileSizeAuthor
wireframes_css_include_fix.patch465 bytesAragorn450

Comments

johnalbin’s picture

Status: Needs review » Fixed

Thanks, Charlie!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.