mirror of
https://github.com/e107inc/e107.git
synced 2025-06-09 04:28:29 +02:00
Merge pull request #1439 from martyshep/patch-1
Update forum_icons_template.php
This commit is contained in:
commit
8dd89ba55b
@ -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'));
|
||||
|
Loading…
x
Reference in New Issue
Block a user