From 4bf1d4c97b5f3e7c5f6b0ff6f0f33bdaf8630610 Mon Sep 17 00:00:00 2001 From: Cameron <e107inc@gmail.com> Date: Fri, 17 Nov 2017 13:10:29 -0800 Subject: [PATCH] Fixes #2863 Glyphicons becomes the fallback --- e107_handlers/e_parse_class.php | 2 +- e107_handlers/sitelinks_class.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e107_handlers/e_parse_class.php b/e107_handlers/e_parse_class.php index 6cbe8e406..c8d3569c4 100644 --- a/e107_handlers/e_parse_class.php +++ b/e107_handlers/e_parse_class.php @@ -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'; diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 9e9b9ce72..c8335e2b0 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -763,13 +763,13 @@ i.e-cat_users-32{ background-position: -555px 0; width: 32px; height: 32px; } $this->admin_cat['title'][3] = ADLAN_CL_3; $this->admin_cat['id'][3] = 'contMenu'; - $this->admin_cat['img'][3] = 'file-text-o.glyph'; // $tp->toGlyph('e-cat_content-16'); + $this->admin_cat['img'][3] = 'fa-file-text-o.glyph'; // $tp->toGlyph('e-cat_content-16'); $this->admin_cat['lrg_img'][3] = $tp->toGlyph('e-cat_content-32'); $this->admin_cat['sort'][3] = true; $this->admin_cat['title'][4] = ADLAN_CL_6; $this->admin_cat['id'][4] = 'toolMenu'; - $this->admin_cat['img'][4] = 'wrench.glyph'; // $tp->toGlyph('e-cat_tools-16'); + $this->admin_cat['img'][4] = 'fa-wrench.glyph'; // $tp->toGlyph('e-cat_tools-16'); $this->admin_cat['lrg_img'][4] = $tp->toGlyph('e-cat_tools-32'); $this->admin_cat['sort'][4] = true;