1
0
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:
Cameron
2017-09-20 15:23:55 -07:00
parent 02e80f50de
commit 2496aab27e
2 changed files with 2 additions and 2 deletions

View File

@@ -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))
{

View File

@@ -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))
{