mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Issue #2789 - Glyphicon update
This commit is contained in:
@@ -10,7 +10,7 @@ $parms = explode("^",$parm);
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$img = "<i class='icon-envelope'></i>";
|
||||
$img = "<span class='glyphicon glyphicon-envelope' aria-hidden='true'></span>";
|
||||
}
|
||||
elseif (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL))
|
||||
{
|
||||
|
@@ -5,7 +5,7 @@ $parms = explode("^",$parm);
|
||||
|
||||
if(deftrue('BOOTSTRAP'))
|
||||
{
|
||||
$img = "<i class='icon-print'></i>";
|
||||
$img = "<span class='glyphicon glyphicon-print' aria-hidden='true'></span>";
|
||||
}
|
||||
elseif (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT))
|
||||
{
|
||||
|
Reference in New Issue
Block a user