Logo Image Does not appear
bryanjhickey - July 6, 2008 - 13:16
| Project: | Burnt |
| Version: | 5.x-1.4 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | bryanjhickey |
| Status: | by design |
Jump to:
Description
Does this theme support the use of a logo image.
I have tried with png and jpeg images 220x100px, but no image appears.
Please forgive me if I have overlooked something obvious.

#1
The leaves theme that this theme was designed after doesn't have a logo so thats why one is not included here but you can add it easily by adding the following line to your page.tpl.php file.
<?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 } ?>