The page.tpl.php doesn't have a place to display the site logo. It probably needs to go in the head section with the site_name and site_slogan.

Comments

Anonymous’s picture

Status: Active » Closed (works as designed)

Minimalist design means no logo, too.

dreed47’s picture

The original design had no logo so none was included in this themes template. You can obviously add it yourself anywhere you like by copying the logo code from any theme that supports it. For example, bluemarine uses this code to show the logo.

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