Skip to content

Commit

Permalink
INTERIM-187 Remove outdated nameplate title text (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
angelamnr committed Oct 22, 2019
1 parent 74f21f9 commit 484cad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/region--branding.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<?php if ($show_isu_nameplate): ?>
<?php if (theme_get_setting('default_logo')): ?>
<a id="isu_header_wordmark" href="<?php print $level_1_url; ?>" title="Iowa State University Homepage"><img src="<?php print $wordmark_image; ?>" alt="<?php print $wordmark_alt_text; ?>"></a>
<a id="isu_header_wordmark" href="<?php print $level_1_url; ?>"><img src="<?php print $wordmark_image; ?>" alt="<?php print $wordmark_alt_text; ?>"></a>
<?php else: ?>
<a id="isu_header_wordmark" href="<?php print $level_1_url; ?>" title="<?php print $site_name; ?>"><img src="<?php print $wordmark_image; ?>" alt="<?php print $wordmark_alt_text; ?>"></a>
<?php endif; ?>
Expand Down

0 comments on commit 484cad1

Please sign in to comment.