Posted by JohnAlbin on May 2, 2012 at 1:44pm
3 followers
Jump to:
| Project: | Zen |
| Version: | 7.x-5.x-dev |
| Component: | PHP/JS code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
Undefined variable: add_responsive_meta in maintenance-page.tpl.php
The $add_responsive_meta variable is in maintenance-page.tpl.php, but that was supposed to be replaced with the $default_mobile_metatags variable used in html.tpl.php.
Comments
#1
Turns out that if the Respond.js script is turned off in the theme settings, then the html5 shiv is broken on the maintenance page.
There's also some extra clearfixs. :-p
Basically the maintenance-page is out-of-sync with both the html.tpl.php and the page.tpl.php.
#2
Fixed. http://drupalcode.org/project/zen.git/commitdiff/08ec4c8
#3
Automatically closed -- issue fixed for 2 weeks with no activity.