Turning on site slogan, makes it appear twice. Once in upper left, again under site name.
page.tpl.php
find: <!-- If Site Name Enabled -->
<!-- If Site Name Enabled -->
under that find
<?php if ($site_slogan) { ?> <div class='site-slogan'> <h2><?php print $site_slogan ?></h2> </div> <?php } ?>
Looks to me like you can safely remove the above.
Comments
Comment #1
vm commentedpage.tpl.php
find:
<!-- If Site Name Enabled -->under that find
Looks to me like you can safely remove the above.