On a vanilla 6.2 site I have uploaded both a logo and a favicon, both via the Global Settings and the AD Blueprint theme settings pages, but the logo will not display. The uploaded files showed up in /sites/default/files and are set at 664. The favicon is showing up just fine. Not sure what the problem is, because page.tpl.php looks correct:
<?php if ($logo) { ?><a href="<?php print $front_page ?>" title="<?php print t('Home') ?>"><img src="<?php print $logo ?>" alt="<?php print t('Home') ?>" /></a><?php } ?>
<div id="header-region">
<?php print $header ?>
</div>| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 6-12-2008 5-47-02 PM.png | 17.56 KB | silurius |
Comments
Comment #1
Alan Cooney commentedHave you enabled it in the Toggle display section of the AD Blueprint settings page? Sorry, I need to check because it is working fine for me.
Comment #2
silurius commentedYes, logo is checked on for both Global and Ad Blueprint in themes. (It's a GIF, if that makes any difference).
This appears to be limited to Firefox, actually (2.0.0.14). I've cleared out my cache and I get a new copy of the page on every viewing, but no logo.
Comment #3
Alan Cooney commentedTry changing those permissions to 755
Comment #4
Alan Cooney commentedComment #5
Alan Cooney commentedClosed due to inactivity, please feel free to reopen if you need more support.
Comment #6
pixelgate commentedI was able to fix this broken logo issue in Firefox by changing the "Automatic Resize" option to "Do Not Resize".