From 1df89035e1b5de659e5cf9e3445d5b2e0d357fcc Mon Sep 17 00:00:00 2001 From: martyshep Date: Sun, 20 Mar 2016 12:20:01 +0000 Subject: [PATCH] Update forum_icons_template.php --- e107_plugins/forum/templates/forum_icons_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/templates/forum_icons_template.php b/e107_plugins/forum/templates/forum_icons_template.php index 787c3c35e..b81540112 100644 --- a/e107_plugins/forum/templates/forum_icons_template.php +++ b/e107_plugins/forum/templates/forum_icons_template.php @@ -17,7 +17,7 @@ if(deftrue("FONTAWESOME", 4)) { define('IMAGE_e', 'e'); define('IMAGE_new', $tp->toGlyph('fa-star', 'size=2x')); -define('IMAGE_nonew', $tp->toGlyph('fa-comment', 'size=2x')); +define('IMAGE_nonew', $tp->toGlyph('fa-comment-o', 'size=2x')); define('IMAGE_new_small', $tp->toGlyph('fa-star')); define('IMAGE_nonew_small', $tp->toGlyph('fa-comment-o')); define('IMAGE_new_popular', $tp->toGlyph('fa-comments', 'size=2x'));