mirror of
https://github.com/e107inc/e107.git
synced 2025-08-16 11:36:08 +02:00
This commit is contained in:
@@ -60,7 +60,7 @@ class emailprint
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$genericMail = $tp->toGlyph('icon-envelope',false); // "<i class='icon-envelope'></i>";
|
||||
$genericMail = $tp->toGlyph('fa-envelope',false); // "<i class='icon-envelope'></i>";
|
||||
$genericPrint = $tp->toGlyph('fa-print',false); // "<i class='icon-print'></i>";
|
||||
$class = varset($parm['class']) ? $parm['class'] : "";
|
||||
}
|
||||
|
Reference in New Issue
Block a user