1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Issue - 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
e107_core/shortcodes/single

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