e107_handlers/emailprint_class.php
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$genericMail = $tp->toGlyph('fa-envelope',false); // "<i class='icon-envelope'></i>";
- Exclude checks
Reference to undeclared constant \ICONPRINT
Open
Open
$ico_print = (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT) ? "<img src='".THEME_ABS."images/".ICONPRINT."' alt='".LAN_PRINT_1."' />" : $genericPrint);
- Exclude checks
Argument 2 (options)
is false
but \e_parse::toGlyph()
takes array|string
defined at /code/e107_handlers/e_parse_class.php:3973
Open
Open
$genericPrint = $tp->toGlyph('fa-print',false); // "<i class='icon-print'></i>";
- Exclude checks
Reference to undeclared constant \ICONMAIL
Open
Open
$ico_mail = (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL) ? "<img src='".THEME_ABS."images/".ICONMAIL."' alt='".LAN_EMAIL_7."' />" : $genericMail);
- Exclude checks