mirror of
https://github.com/e107inc/e107.git
synced 2025-08-18 12:21:45 +02:00
Use Font-Awesome4 for all Glyphs.
This commit is contained in:
@@ -2722,7 +2722,9 @@ class e_parser
|
||||
}
|
||||
|
||||
|
||||
$text = (deftrue('BOOTSTRAP') === 3) ? "<span class='".$cls."'></span>" : "<i class='".$cls."'></i>"; // retain space.
|
||||
// $text = (deftrue('BOOTSTRAP') === 3) ? "<span class='".$cls."'></span>" : "<i class='".$cls."'></i>"; // retain space.
|
||||
|
||||
$text = "<span class='".$cls."'></span>" ;
|
||||
$text .= ($space !== false) ? $space : "";
|
||||
|
||||
return $text;
|
||||
|
Reference in New Issue
Block a user