Posted by rahuljain on August 3, 2008 at 10:01pm
Jump to:
| Project: | Burnt |
| Version: | 6.x-1.6 |
| Component: | User interface |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
The logo isn't displaying on the website. Can the theme be modified to include the logo? Thanks.
Comments
#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 } ?>