Closed (fixed)
Project:
Logo Tool
Version:
6.x-2.05
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2011 at 19:27 UTC
Updated:
15 Jun 2011 at 20:36 UTC
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
Comment #1
OhBloodyHell commentedNevermind! 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.