The logo isn't displaying on the website. Can the theme be modified to include the logo? Thanks.

Comments

dreed47’s picture

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 } ?>