e107inc/e107

View on GitHub
e107_handlers/emailprint_class.php

Summary

Maintainability
A
0 mins
Test Coverage
D
66%

Argument 2 (options) is false but \e_parse::toGlyph() takes array|string defined at /code/e107_handlers/e_parse_class.php:3973
Open

            $genericMail = $tp->toGlyph('fa-envelope',false); // "<i class='icon-envelope'></i>";
Severity: Minor
Found in e107_handlers/emailprint_class.php by phan

Reference to undeclared constant \ICONPRINT
Open

            $ico_print = (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT) ? "<img src='".THEME_ABS."images/".ICONPRINT."' alt='".LAN_PRINT_1."'  />" : $genericPrint);
Severity: Minor
Found in e107_handlers/emailprint_class.php by phan

Argument 2 (options) is false but \e_parse::toGlyph() takes array|string defined at /code/e107_handlers/e_parse_class.php:3973
Open

            $genericPrint = $tp->toGlyph('fa-print',false); // "<i class='icon-print'></i>"; 
Severity: Minor
Found in e107_handlers/emailprint_class.php by phan

Reference to undeclared constant \ICONMAIL
Open

            $ico_mail = (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL) ? "<img src='".THEME_ABS."images/".ICONMAIL."'  alt='".LAN_EMAIL_7."'  />" : $genericMail);
Severity: Minor
Found in e107_handlers/emailprint_class.php by phan

There are no issues that match your filters.

Category
Status