diff options
| author | PayBas <contact@paybas.com> | 2014-06-08 12:58:07 +0200 |
|---|---|---|
| committer | PayBas <contact@paybas.com> | 2014-06-24 00:02:24 +0200 |
| commit | 1cf6a0e124f34efb34101997c9f1947fdd426951 (patch) | |
| tree | c7cd8f30e88b1efd757d4dc0099ea2e5fc674c7b /phpBB/styles/prosilver/template/mcp_header.html | |
| parent | b83b72b271b7d0cfe5b6dc6a06acc299e36b2969 (diff) | |
| download | forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.gz forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.bz2 forums-1cf6a0e124f34efb34101997c9f1947fdd426951.tar.xz forums-1cf6a0e124f34efb34101997c9f1947fdd426951.zip | |
[ticket/12648] Added ARIA functionality
PHPBB3-12648
Diffstat (limited to 'phpBB/styles/prosilver/template/mcp_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/mcp_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/mcp_header.html b/phpBB/styles/prosilver/template/mcp_header.html index df03de725a..69239887e3 100644 --- a/phpBB/styles/prosilver/template/mcp_header.html +++ b/phpBB/styles/prosilver/template/mcp_header.html @@ -22,7 +22,7 @@ <div style="width: 100%;"> <div id="cp-menu"> - <div id="navigation"> + <div id="navigation" role="navigation"> <ul> <!-- BEGIN l_block1 --> <!-- IF l_block1.S_SELECTED --> |
