diff options
author | Tristan Darricau <github@nicofuma.fr> | 2016-11-24 14:16:37 +0100 |
---|---|---|
committer | Tristan Darricau <github@nicofuma.fr> | 2016-11-24 14:16:37 +0100 |
commit | 3e1f9c42011951d0bced701dbb0daeed9bf2121d (patch) | |
tree | 16d25ccbac4c7be7e748a7950f656f6e5b17287e /phpBB/styles/prosilver | |
parent | 592ef2eff4bb035fc2a835e532ce0bd8c5e0ea40 (diff) | |
parent | 5a82061c3af79c09e5f95a562e477caa283a7b47 (diff) | |
download | forums-3e1f9c42011951d0bced701dbb0daeed9bf2121d.tar forums-3e1f9c42011951d0bced701dbb0daeed9bf2121d.tar.gz forums-3e1f9c42011951d0bced701dbb0daeed9bf2121d.tar.bz2 forums-3e1f9c42011951d0bced701dbb0daeed9bf2121d.tar.xz forums-3e1f9c42011951d0bced701dbb0daeed9bf2121d.zip |
Merge pull request #4508 from marc1706/ticket/9211
[ticket/9211] Use different icon for link subforum in forum legend
* marc1706/ticket/9211:
[ticket/9211] Use different icon for link subforum in forum legend
Diffstat (limited to 'phpBB/styles/prosilver')
-rw-r--r-- | phpBB/styles/prosilver/template/forumlist_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/forumlist_body.html b/phpBB/styles/prosilver/template/forumlist_body.html index 211f402503..0d6e930d60 100644 --- a/phpBB/styles/prosilver/template/forumlist_body.html +++ b/phpBB/styles/prosilver/template/forumlist_body.html @@ -53,7 +53,7 @@ <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong> <!-- BEGIN subforum --> <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->"> - <i class="icon fa-file-o fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME} + <i class="icon <!-- IF forumrow.subforum.IS_LINK -->fa-external-link<!-- ELSE -->fa-file-o<!-- ENDIF --> fa-fw <!-- IF forumrow.subforum.S_UNREAD --> icon-red<!-- ELSE --> icon-blue<!-- ENDIF --> icon-md" aria-hidden="true"></i>{forumrow.subforum.SUBFORUM_NAME} </a> <!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF --> <!-- END subforum --> |