e107_plugins/forum/templates/forum_icons_template.php
Variable $tp
is undeclared Open
Open
define('IMAGE_nonew_popular_small', $tp->toGlyph('fa-comments-o'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_announce', $tp->toGlyph('fa-bullhorn', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_noreplies', $tp->toGlyph('fa-comment-o', 'size=2x'));
- Exclude checks
Call with 3 arg(s) to \img_path()
which only takes 1 arg(s) defined at /code/e107_plugins/forum/forum_class.php:2676
Open
Open
define('IMAGE_rank_moderator_image', '<img src="'.img_path('moderator.png', '', 'rank_moderator_image').'" alt="" />');
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_closed_small', $tp->toGlyph('fa-lock'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_closed', $tp->toGlyph('fa-lock', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_stickyclosed', $tp->toGlyph('fa-lock', 'size=2x'));
- Exclude checks
Call with 3 arg(s) to \img_path()
which only takes 1 arg(s) defined at /code/e107_plugins/forum/forum_class.php:2676
Open
Open
define('IMAGE_rank_main_admin_image', '<img src="'.img_path('main_admin.png', '', 'rank_main_admin_image').'" alt="" />');
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_new', $tp->toGlyph('fa-star', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_stickyclosed_small', $tp->toGlyph('fa-lock'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_announce_small', $tp->toGlyph('fa-bullhorn'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_new_small', $tp->toGlyph('fa-star'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_nonew', $tp->toGlyph('fa-comment', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_new_popular_small', $tp->toGlyph('fa-comments'));
- Exclude checks
Call with 3 arg(s) to \img_path()
which only takes 1 arg(s) defined at /code/e107_plugins/forum/forum_class.php:2676
Open
Open
define('IMAGE_rank_admin_image', '<img src="'.img_path('admin.png', '', 'rank_admin_image').'" alt="" />');
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_nonew_popular', $tp->toGlyph('fa-comments-o', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_sticky', $tp->toGlyph('fa-thumb-tack', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_sticky_small', $tp->toGlyph('fa-thumb-tack'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_new_popular', $tp->toGlyph('fa-comments', 'size=2x'));
- Exclude checks
Variable $tp
is undeclared Open
Open
define('IMAGE_nonew_small', $tp->toGlyph('fa-comment'));
- Exclude checks