1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-15 02:57:15 +02:00

Fixes #2863 Glyphicons becomes the fallback

This commit is contained in:
Cameron
2017-11-17 13:10:29 -08:00
parent 7528a31ba9
commit 4bf1d4c97b
2 changed files with 3 additions and 3 deletions

View File

@@ -3901,7 +3901,7 @@ class e_parser
$spin = null;
$rotate = null;
$fixedW = null;
$prefix = 'fa fa-'; // fallback
$prefix = 'glyphicon glyphicon-'; // fallback
$size = null;
$tag = 'i';