- Patch #92365 by chx: Garland does not display secondary tabs when color module is off.
parent
57688517f8
commit
9e7f41cd91
|
@ -49,8 +49,6 @@ function _color_page_alter(&$vars) {
|
|||
if ($logo && $vars['logo'] && preg_match('!'. $theme_key .'/logo.png$!', $vars['logo'])) {
|
||||
$vars['logo'] = $logo;
|
||||
}
|
||||
|
||||
return $vars;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -64,8 +64,9 @@ function _phptemplate_variables($hook, $vars) {
|
|||
|
||||
// Hook into color.module
|
||||
if (module_exists('color')) {
|
||||
return _color_page_alter($vars);
|
||||
_color_page_alter($vars);
|
||||
}
|
||||
return $vars;
|
||||
}
|
||||
return array();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue