In page.tpl.php the $site_name is printed if $logo is present. That is a little strange. Shouldn't the logo be printed then?

Comments

maxplus’s picture

Yes,

I also think it should be something like:

<img src="<?php print $logo; ?>" alt="<?php print t('Home'); ?>" />
shadcn’s picture

Issue summary: View changes
Status: Active » Fixed

Fixed. Thanks.

Status: Fixed » Closed (fixed)

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