Project:Burnt
Version:5.x-1.4
Component:Miscellaneous
Category:support request
Priority:normal
Assigned:bryanjhickey
Status:closed (works as designed)

Issue Summary

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.

Comments

#1

Status:active» closed (works as designed)

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 } ?>
nobody click here