Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Commits
71b730ad
Commit
71b730ad
authored
12 years ago
by
Angie Byron
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#1802566
by ao5357, mgifford: Add ARIA landmarks for Bartik theme.
parent
a3353858
No related branches found
No related tags found
2 merge requests
!7452
Issue #1797438. HTML5 validation is preventing form submit and not fully...
,
!789
Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/themes/bartik/templates/page.tpl.php
+4
-4
4 additions, 4 deletions
core/themes/bartik/templates/page.tpl.php
with
4 additions
and
4 deletions
core/themes/bartik/templates/page.tpl.php
+
4
−
4
View file @
71b730ad
...
...
@@ -89,9 +89,9 @@
?>
<div
id=
"page-wrapper"
><div
id=
"page"
>
<div
id=
"header"
class=
"
<?php
print
$secondary_menu
?
'with-secondary-menu'
:
'without-secondary-menu'
;
?>
"
><div
class=
"section clearfix"
>
<div
id=
"header"
class=
"
<?php
print
$secondary_menu
?
'with-secondary-menu'
:
'without-secondary-menu'
;
?>
"
role=
"banner"
><div
class=
"section clearfix"
>
<?php
if
(
$secondary_menu
)
:
?>
<div
id=
"secondary-menu"
class=
"navigation"
>
<div
id=
"secondary-menu"
class=
"navigation"
role=
"navigation"
>
<?php
print
theme
(
'links__system_secondary_menu'
,
array
(
'links'
=>
$secondary_menu
,
'attributes'
=>
array
(
...
...
@@ -143,7 +143,7 @@
<?php
print
render
(
$page
[
'header'
]);
?>
<?php
if
(
$main_menu
)
:
?>
<div
id=
"main-menu"
class=
"navigation"
>
<div
id=
"main-menu"
class=
"navigation"
role=
"navigation"
>
<?php
print
theme
(
'links__system_main_menu'
,
array
(
'links'
=>
$main_menu
,
'attributes'
=>
array
(
...
...
@@ -179,7 +179,7 @@
<?php
print
$breadcrumb
;
?>
<div
id=
"content"
class=
"column"
><div
class=
"section"
>
<div
id=
"content"
class=
"column"
role=
"main"
><div
class=
"section"
>
<?php
if
(
$page
[
'highlighted'
])
:
?>
<div
id=
"highlighted"
>
<?php
print
render
(
$page
[
'highlighted'
]);
?>
</div>
<?php
endif
;
?>
<a
id=
"main-content"
></a>
<?php
print
render
(
$title_prefix
);
?>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment