e107inc/e107

View on GitHub
e107_plugins/forum/templates/forum_icons_template.php

Summary

Maintainability
A
0 mins
Test Coverage
C
72%

Variable $tp is undeclared
Open

define('IMAGE_nonew_popular_small', $tp->toGlyph('fa-comments-o'));

Variable $tp is undeclared
Open

define('IMAGE_announce',              $tp->toGlyph('fa-bullhorn', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_noreplies',             $tp->toGlyph('fa-comment-o', 'size=2x'));

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

    define('IMAGE_rank_moderator_image',    '<img src="'.img_path('moderator.png', '', 'rank_moderator_image').'" alt="" />');

Variable $tp is undeclared
Open

define('IMAGE_closed_small',          $tp->toGlyph('fa-lock'));

Variable $tp is undeclared
Open

define('IMAGE_closed',                 $tp->toGlyph('fa-lock', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_stickyclosed',          $tp->toGlyph('fa-lock', 'size=2x'));

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

    define('IMAGE_rank_main_admin_image',    '<img src="'.img_path('main_admin.png', '', 'rank_main_admin_image').'" alt="" />');

Variable $tp is undeclared
Open

define('IMAGE_new',                 $tp->toGlyph('fa-star', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_stickyclosed_small',  $tp->toGlyph('fa-lock'));

Variable $tp is undeclared
Open

define('IMAGE_announce_small',      $tp->toGlyph('fa-bullhorn'));

Variable $tp is undeclared
Open

define('IMAGE_new_small',              $tp->toGlyph('fa-star'));

Variable $tp is undeclared
Open

define('IMAGE_nonew',                 $tp->toGlyph('fa-comment', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_new_popular_small',      $tp->toGlyph('fa-comments'));

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

    define('IMAGE_rank_admin_image',         '<img src="'.img_path('admin.png', '', 'rank_admin_image').'" alt="" />');

Variable $tp is undeclared
Open

define('IMAGE_nonew_popular',         $tp->toGlyph('fa-comments-o', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_sticky',              $tp->toGlyph('fa-thumb-tack', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_sticky_small',         $tp->toGlyph('fa-thumb-tack'));

Variable $tp is undeclared
Open

define('IMAGE_new_popular',          $tp->toGlyph('fa-comments', 'size=2x'));

Variable $tp is undeclared
Open

define('IMAGE_nonew_small',          $tp->toGlyph('fa-comment'));

There are no issues that match your filters.

Category
Status