mirror of
https://github.com/e107inc/e107.git
synced 2025-08-20 13:21:54 +02:00
Improved check for Bootstrap3
This commit is contained in:
@@ -2678,7 +2678,7 @@ class e_parser
|
||||
$cls = str_replace('icon-', 'fa fa-', $cls);
|
||||
}
|
||||
|
||||
$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 .= ($space !== false) ? $space : "";
|
||||
|
||||
return $text;
|
||||
|
Reference in New Issue
Block a user