1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Update forum_icons_template.php

This commit is contained in:
martyshep
2016-03-20 12:20:01 +00:00
parent 220d258915
commit 1df89035e1

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'));