Turning on site slogan, makes it appear twice. Once in upper left, again under site name.

Comments

VM’s picture

page.tpl.php

find:
<!-- 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.