Download & Extend

PHP warnings due to maintenance-page.tpl being out-of-sync from html.tpl and page.tpl

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.

Change records for this issue

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

Title:Undefined variable: add_responsive_meta in maintenance-page.tpl.php» PHP warnings due to maintenance-page.tpl being out-of-sync from html.tpl and page.tpl
Status:active» fixed

Fixed. http://drupalcode.org/project/zen.git/commitdiff/08ec4c8

#3

Status:fixed» closed (fixed)

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