diff options
Diffstat (limited to 'includes/theme.inc')
-rw-r--r-- | includes/theme.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/theme.inc b/includes/theme.inc index e3b197697..23c8ab9c0 100644 --- a/includes/theme.inc +++ b/includes/theme.inc @@ -2022,7 +2022,6 @@ function template_process(&$variables, $hook) { */ function template_preprocess_page(&$variables) { // Move some variables to the top level for themer convenience and template cleanliness. - $variables['show_blocks'] = $variables['page']['#show_blocks']; $variables['show_messages'] = $variables['page']['#show_messages']; // Add favicon. |