- Patch #92696 by Tobias and Dave: broken Garland logo when using subdirectories.

5.x
Dries Buytaert 2006-11-07 12:11:37 +00:00
parent dd7b44c417
commit c400b47510
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ function _color_page_alter(&$vars) {
// Override logo
$logo = variable_get('color_'. $theme_key .'_logo', NULL);
if ($logo && $vars['logo'] && preg_match('!'. $theme_key .'/logo.png$!', $vars['logo'])) {
$vars['logo'] = $logo;
$vars['logo'] = base_path() . $logo;
}
}