summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/garland/page.tpl.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/garland/page.tpl.php b/themes/garland/page.tpl.php
index 4266d9707..a9d86f0d8 100644
--- a/themes/garland/page.tpl.php
+++ b/themes/garland/page.tpl.php
@@ -10,16 +10,16 @@
<div id="logo-floater">
<?php if ($logo || $site_title): ?>
<?php if ($title): ?>
- <div id="branding"><strong><a href="<?php print $front_page ?>" title="<?php print $site_name_and_slogan ?>">
+ <div id="branding"><strong><a href="<?php print $front_page ?>">
<?php if ($logo): ?>
- <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" id="logo" />
+ <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" title="<?php print $site_name_and_slogan ?>" id="logo" />
<?php endif; ?>
<?php print $site_html ?>
</a></strong></div>
<?php else: /* Use h1 when the content title is empty */ ?>
- <h1 id="branding"><a href="<?php print $front_page ?>" title="<?php print $site_name_and_slogan ?>">
+ <h1 id="branding"><a href="<?php print $front_page ?>">
<?php if ($logo): ?>
- <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" id="logo" />
+ <img src="<?php print $logo ?>" alt="<?php print $site_name_and_slogan ?>" title="<?php print $site_name_and_slogan ?>" id="logo" />
<?php endif; ?>
<?php print $site_html ?>
</a></h1>