mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Issue #2789 - Glyphicon update
This commit is contained in:
@@ -10,7 +10,7 @@ $parms = explode("^",$parm);
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
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))
|
elseif (defined("ICONMAIL") && file_exists(THEME."images/".ICONMAIL))
|
||||||
{
|
{
|
||||||
|
@@ -5,7 +5,7 @@ $parms = explode("^",$parm);
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
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))
|
elseif (defined("ICONPRINT") && file_exists(THEME."images/".ICONPRINT))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user