From 9f6704ac71e28833859f8cdf280a4546ec8a3422 Mon Sep 17 00:00:00 2001 From: mcpeace-maw Date: Sat, 27 Jun 2015 09:38:27 +0300 Subject: [PATCH] Update theme.php --- e107_themes/bootstrap3/theme.php | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) diff --git a/e107_themes/bootstrap3/theme.php b/e107_themes/bootstrap3/theme.php index 4f9728ac0..b716cee75 100644 --- a/e107_themes/bootstrap3/theme.php +++ b/e107_themes/bootstrap3/theme.php @@ -853,25 +853,4 @@ $NEWSCAT_ITEM = "\n\n\n\n\n\n\n\n "; -$tp = e107::getParser(); -// Used by Forum plugin. - - define('IMAGE_e', 'e'); - define('IMAGE_new', $tp->toGlyph('fa-star', 'size=2x')); - define('IMAGE_nonew', $tp->toGlyph('fa-comment', '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')); - define('IMAGE_nonew_popular', $tp->toGlyph('fa-comments-o', 'size=2x')); - define('IMAGE_new_popular_small', $tp->toGlyph('fa-comments')); - define('IMAGE_nonew_popular_small', $tp->toGlyph('fa-comments-o')); - define('IMAGE_sticky', $tp->toGlyph('fa-thumb-tack', 'size=2x')); - define('IMAGE_stickyclosed', $tp->toGlyph('fa-lock', 'size=2x')); - define('IMAGE_sticky_small', $tp->toGlyph('fa-thumb-tack')); - define('IMAGE_stickyclosed_small', $tp->toGlyph('fa-lock')); - define('IMAGE_announce', $tp->toGlyph('fa-bullhorn', 'size=2x')); - define('IMAGE_announce_small', $tp->toGlyph('fa-bullhorn')); - define('IMAGE_closed_small', $tp->toGlyph('fa-lock')); - define('IMAGE_closed', $tp->toGlyph('fa-lock', 'size=2x')); - -?> \ No newline at end of file +?>