diff options
author | Louis7777 <Louis7777@users.noreply.github.com> | 2014-08-03 03:11:05 +0300 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2014-08-03 18:00:25 +0200 |
commit | 89fc6642275eb8bdca6c714f87234df9553c40ba (patch) | |
tree | 27f6462321a11fec88290d11b50ffb2d9b5b4209 /phpBB/styles/subsilver2/template/overall_header.html | |
parent | c991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff) | |
download | forums-89fc6642275eb8bdca6c714f87234df9553c40ba.tar forums-89fc6642275eb8bdca6c714f87234df9553c40ba.tar.gz forums-89fc6642275eb8bdca6c714f87234df9553c40ba.tar.bz2 forums-89fc6642275eb8bdca6c714f87234df9553c40ba.tar.xz forums-89fc6642275eb8bdca6c714f87234df9553c40ba.zip |
[ticket/12906] Add rel="help" to FAQ link
PHPBB3-12906
Diffstat (limited to 'phpBB/styles/subsilver2/template/overall_header.html')
-rw-r--r-- | phpBB/styles/subsilver2/template/overall_header.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/overall_header.html b/phpBB/styles/subsilver2/template/overall_header.html index a87c0fcd5d..ebb7b3be4d 100644 --- a/phpBB/styles/subsilver2/template/overall_header.html +++ b/phpBB/styles/subsilver2/template/overall_header.html @@ -214,7 +214,7 @@ function marklist(id, name, state) </td> <td class="genmed" align="{S_CONTENT_FLOW_END}"> <!-- EVENT overall_header_navigation_prepend --> - <a href="{U_FAQ}"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a> + <a href="{U_FAQ}" rel="help"><img src="{T_THEME_PATH}/images/icon_mini_faq.gif" width="12" height="13" alt="*" /> {L_FAQ}</a> <!-- IF S_DISPLAY_SEARCH --> <a href="{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" width="12" height="13" alt="*" /> {L_SEARCH}</a><!-- ENDIF --> <!-- IF not S_IS_BOT --> <!-- IF S_DISPLAY_MEMBERLIST --> <a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF --> |