aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/subsilver2/template/overall_header.html
diff options
context:
space:
mode:
authorLouis7777 <Louis7777@users.noreply.github.com>2014-08-03 03:11:05 +0300
committerAndreas Fischer <bantu@phpbb.com>2014-08-03 18:00:25 +0200
commit89fc6642275eb8bdca6c714f87234df9553c40ba (patch)
tree27f6462321a11fec88290d11b50ffb2d9b5b4209 /phpBB/styles/subsilver2/template/overall_header.html
parentc991b1d587e8ab3b080e2e6762646efe00e05bc5 (diff)
downloadforums-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.html2
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 -->&nbsp; &nbsp;<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 -->&nbsp; &nbsp;<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" width="12" height="13" alt="*" /> {L_MEMBERLIST}</a><!-- ENDIF -->