I hope this isn't something obvious that I'm overlooking, but I've been trying everything and I can't figure out what's wrong.

The default logo displays everywhere it's supposed to, but if I specify logos for certain pages, nothing shows up on those pages. If I don't specify a logo for a page, the default logo displays.

So if I specify a logo, no logo displays at all. And it is not in the page source either. The logo just disappears entirely.

Any ideas?

Comments

OhBloodyHell’s picture

Status: Active » Closed (fixed)

Nevermind! The variable used in page.tpl.php was not $logo, but $linkedlogo_img (or something like that. I've already deleted it.) Changed it to $logo and now the issue is fixed.