From a86223cd7039756510df0f9e0f5ddf38b7e04fcf Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 12 May 2009 08:31:17 +0000 Subject: - Patch #428800 by Gabor Hojtsy: convert the mission statement to a block so we have more flexibility to place it. --- includes/theme.maintenance.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'includes/theme.maintenance.inc') diff --git a/includes/theme.maintenance.inc b/includes/theme.maintenance.inc index 7eb3ef6aa..274566429 100644 --- a/includes/theme.maintenance.inc +++ b/includes/theme.maintenance.inc @@ -252,7 +252,6 @@ function template_preprocess_maintenance_page(&$variables) { $variables['language']->dir = $GLOBALS['language']->direction ? 'rtl' : 'ltr'; $variables['logo'] = theme_get_setting('logo'); $variables['messages'] = $variables['show_messages'] ? theme('status_messages') : ''; - $variables['mission'] = ''; $variables['main_menu'] = array(); $variables['secondary_menu'] = array(); $variables['search_box'] = ''; -- cgit v1.2.3