diff options
| author | Henry Sudhof <kellanved@phpbb.com> | 2009-08-24 14:22:30 +0000 |
|---|---|---|
| committer | Henry Sudhof <kellanved@phpbb.com> | 2009-08-24 14:22:30 +0000 |
| commit | d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5 (patch) | |
| tree | cda2087748e42540ea8e8fd1a8081792d3a6c95a /phpBB/styles/prosilver/template/overall_header.html | |
| parent | 9382f6ba174e55ee0b43649e40282a6cb47800ff (diff) | |
| download | forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.gz forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.bz2 forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.tar.xz forums-d2f72e2b27ee56c0dc1ef64e1573fe6e3fe0e0c5.zip | |
new tabindex handling, #50185; subsilver doesn't use tabindexes
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10050 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/overall_header.html')
| -rw-r--r-- | phpBB/styles/prosilver/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/overall_header.html b/phpBB/styles/prosilver/template/overall_header.html index f9f9dcfdff..a9f89b7e54 100644 --- a/phpBB/styles/prosilver/template/overall_header.html +++ b/phpBB/styles/prosilver/template/overall_header.html @@ -97,7 +97,7 @@ <!-- IF S_CONTENT_DIRECTION eq 'rtl' --> <link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" /> <!-- ENDIF --> - +<!-- DEFINE $TAB_INDEX = 1 --> </head> <body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}"> |
