Logo display
rahuljain - August 3, 2008 - 22:01
| Project: | Burnt |
| Version: | 6.x-1.6 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
The logo isn't displaying on the website. Can the theme be modified to include the logo? Thanks.

#1
sure...replace line 16 in the page.tpl.php file with this
<?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 } ?>