mirror of
https://github.com/e107inc/e107.git
synced 2025-04-22 13:41:52 +02:00
Issue #2789 - Glyphicon update
This commit is contained in:
parent
02e80f50de
commit
2496aab27e
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))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user