diff options
| author | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-20 09:08:53 +0000 |
|---|---|---|
| committer | Meik Sievertsen <acydburn@phpbb.com> | 2009-08-20 09:08:53 +0000 |
| commit | fa213d88e1476bbe134fd5c2d2876a5e7f727669 (patch) | |
| tree | b23e029ab9afff1b117d5fe6330a5aa237d83654 /phpBB/styles/prosilver/template/simple_footer.html | |
| parent | d8a76b14428d9a5cc955dd0341f032e43f53c7d9 (diff) | |
| download | forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.gz forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.bz2 forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.tar.xz forums-fa213d88e1476bbe134fd5c2d2876a5e7f727669.zip | |
Revert r9658
Add WAI-ARIA landmarks for easier accessibility to the prosilver template (Bug #45715 - Patch by MarcoZ)
I want to test some possibilities to let these be standard-conform. At the moment no documented technique is suitable for phpBB.
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10021 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/simple_footer.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/simple_footer.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/simple_footer.html b/phpBB/styles/prosilver/template/simple_footer.html index 279c0f4980..e64e209368 100644 --- a/phpBB/styles/prosilver/template/simple_footer.html +++ b/phpBB/styles/prosilver/template/simple_footer.html @@ -10,7 +10,7 @@ The phpBB Group : 2006 //--> - <div class="copyright" role="contentinfo">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group + <div class="copyright">Powered by <a href="http://www.phpbb.com/">phpBB</a> © 2000, 2002, 2005, 2007 phpBB Group <!-- IF TRANSLATION_INFO --><br />{TRANSLATION_INFO}<!-- ENDIF --> <!-- IF DEBUG_OUTPUT --><br />{DEBUG_OUTPUT}<!-- ENDIF --> </div> |
