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() == '/'...

CommentFileSizeAuthor
#1 415528-logo-basepath.patch1.38 KBdamien tournoud

Comments

damien tournoud’s picture

Status: Active » Needs review
StatusFileSize
new1.38 KB

Pouf.

dvessel’s picture

Status: Needs review » Fixed

Committed! Thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.