1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-09 20:45:45 +02:00

Merge pull request #1439 from martyshep/patch-1

Update forum_icons_template.php
This commit is contained in:
Cameron 2016-03-20 11:40:51 -07:00
commit 8dd89ba55b

View File

@ -17,7 +17,7 @@ if(deftrue("FONTAWESOME", 4)) {
define('IMAGE_e', 'e'); define('IMAGE_e', 'e');
define('IMAGE_new', $tp->toGlyph('fa-star', 'size=2x')); 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_new_small', $tp->toGlyph('fa-star'));
define('IMAGE_nonew_small', $tp->toGlyph('fa-comment-o')); define('IMAGE_nonew_small', $tp->toGlyph('fa-comment-o'));
define('IMAGE_new_popular', $tp->toGlyph('fa-comments', 'size=2x')); define('IMAGE_new_popular', $tp->toGlyph('fa-comments', 'size=2x'));