Skip to content

Commit

Permalink
LUGG-1165 Duplicate content template to add ARIA role to alerts. (#190)
Browse files Browse the repository at this point in the history
  • Loading branch information
sacarney authored and angelamnr committed Feb 20, 2019
1 parent 9b53ea0 commit eaa9e3c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions templates/zone--content.tpl.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<?php if ($wrapper): ?><div<?php print $attributes; ?>><?php endif; ?>
<div<?php print $content_attributes; ?>>
<?php if ($breadcrumb): ?>
<div id="breadcrumb" class="grid-<?php print $columns; ?>"><?php print $breadcrumb; ?></div>
<?php endif; ?>
<?php if ($messages): ?>
<div id="messages" role="status" class="grid-<?php print $columns; ?>"><?php print $messages; ?></div>
<?php endif; ?>
<?php print $content; ?>
</div>
<?php if ($wrapper): ?></div><?php endif; ?>

0 comments on commit eaa9e3c

Please sign in to comment.