Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion themes/dimpact/inc/theme.inc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function dimpact_menu_local_tasks(&$vars) {
}

if ($output) {
return '<nav class="tabs" role="navigation">' . $output . '</nav>';
return '<nav class="tabs">' . $output . '</nav>';
}
return NULL;
}
Expand Down
4 changes: 2 additions & 2 deletions themes/dimpact/templates/page.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<div id="main-wrapper">
<div class="headercontainer-wrapper">
<div class="headercontainer">
<header role="banner" id="header">
<header id="header">

<div class="container">
<div class="branding">
Expand All @@ -110,7 +110,7 @@

</header>
<?php if ($navigation): ?>
<nav role="navigation" class="main-menu">
<nav class="main-menu">
<div class="container container-nopadding navigation">
<?php print $navigation; ?>
</div>
Expand Down