1
0
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:
Cameron
2014-01-16 02:42:26 -08:00
parent ee3ff4c781
commit 4081d7936b
5 changed files with 12 additions and 12 deletions

View File

@@ -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;