diff options
author | Michael Miday <midaym@gmail.com> | 2015-11-16 19:02:28 +0100 |
---|---|---|
committer | Michael Miday <midaym@gmail.com> | 2015-11-16 19:02:28 +0100 |
commit | e031afc5f7422c489282d667f0bd69f3f25ab8ec (patch) | |
tree | a4d5e96d4fd3724f8eb9c25e4337187874b52d9f /phpBB/styles/prosilver/template/ucp_main_bookmarks.html | |
parent | cbf9408e66eeddf2d53b87427bf8cb1f3d013a5c (diff) | |
download | forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.gz forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.bz2 forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.tar.xz forums-e031afc5f7422c489282d667f0bd69f3f25ab8ec.zip |
[ticket/14294]Fix removal of wanted icons
PHPBB3-14294
Diffstat (limited to 'phpBB/styles/prosilver/template/ucp_main_bookmarks.html')
-rw-r--r-- | phpBB/styles/prosilver/template/ucp_main_bookmarks.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html index 72d23e7da1..71e54c12eb 100644 --- a/phpBB/styles/prosilver/template/ucp_main_bookmarks.html +++ b/phpBB/styles/prosilver/template/ucp_main_bookmarks.html @@ -39,7 +39,7 @@ <!-- IF topicrow.S_UNREAD_TOPIC --><a href="{topicrow.U_NEWEST_POST}" class="row-item-link"></a><!-- ENDIF --> <div class="list-inner"> <!-- IF topicrow.S_UNREAD_TOPIC --> - <a href="{topicrow.U_NEWEST_POST}"> + <a class="unread" href="{topicrow.U_NEWEST_POST}"> <i class="icon fa-file fa-fw icon-red icon-md" aria-hidden="true"></i><span class="sr-only">{NEW_POST}</span> </a> <!-- ENDIF --><a href="{topicrow.U_VIEW_TOPIC}" class="topictitle">{topicrow.TOPIC_TITLE}</a> |