diff options
author | Marc Alexander <admin@m-a-styles.de> | 2016-11-12 18:19:18 +0100 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2016-11-16 21:51:58 +0100 |
commit | 5a82061c3af79c09e5f95a562e477caa283a7b47 (patch) | |
tree | 946933c9ec0bae51e5be5fb93d498f7602f5c4b1 /phpBB/styles/prosilver | |
parent | 4a1e5df654a31b9670df67ff9f72b209497f3e79 (diff) | |
download | forums-5a82061c3af79c09e5f95a562e477caa283a7b47.tar forums-5a82061c3af79c09e5f95a562e477caa283a7b47.tar.gz forums-5a82061c3af79c09e5f95a562e477caa283a7b47.tar.bz2 forums-5a82061c3af79c09e5f95a562e477caa283a7b47.tar.xz forums-5a82061c3af79c09e5f95a562e477caa283a7b47.zip |
[ticket/9211] Use different icon for link subforum in forum legend
PHPBB3-9211
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 --> |