the logo set in theme settings isn't showing up. This is because the php in the page.tpl.php file is setup with an elseif- based on if there is a site name. The thing is, site name is a required field. So with this code we'll never see the logo.
I've altered the page.tpl to fix this and I'll upload a patch shortly.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | logo_elseif.1826116.patch | 551 bytes | mattsmith3 |
Comments
Comment #1
mattsmith3 commentedThis patch fixes the issue for me.