Seen in template.php:
$vars['logo_img'] = $vars['logo'] ? theme('image', str_replace(base_path(), '', $vars['logo']), t('Home'), t('Home')) : '';
... which fails horribly when base_path() == '/'...
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 415528-logo-basepath.patch | 1.38 KB | damien tournoud |
Comments
Comment #1
damien tournoud commentedPouf.
Comment #2
dvessel commentedCommitted! Thanks!