From 37b78e02594e95ac059a69fe47ee62bf24ce5db5 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Mon, 4 Jan 2010 03:57:19 +0000 Subject: #646874 by sun and David_Rothstein: Remove assumptions about Contextual links and Shortcut modules from template files. --- includes/theme.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'includes') diff --git a/includes/theme.inc b/includes/theme.inc index 79a9732c8..4a58329ff 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -2257,6 +2257,10 @@ function template_preprocess(&$variables, $hook) { $variables['title_attributes_array'] = array(); $variables['content_attributes_array'] = array(); + // Initialize 'title_prefix' and 'title_suffix' renderable arrays. + $variables['title_prefix'] = array(); + $variables['title_suffix'] = array(); + // Set default variables that depend on the database. $variables['is_admin'] = FALSE; $variables['is_front'] = FALSE; -- cgit v1.2.3