From 1aa6f6ce7fc408db831798e7f6117a55ba14185d Mon Sep 17 00:00:00 2001 From: Cameron Date: Wed, 19 Apr 2017 14:26:45 -0700 Subject: [PATCH] Navigation: Use fixed-width on font-awesome sitelink icons. --- e107_handlers/sitelinks_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 983275abb..2da22c574 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -2019,7 +2019,7 @@ class navigation_shortcodes extends e_shortcode // else { //$path = e107::getParser()->replaceConstants($this->var['link_button'], 'full', TRUE); - return $tp->toIcon($this->var['link_button'],array('space'=>' ', 'legacy'=>"{e_IMAGE}icons/")); + return $tp->toIcon($this->var['link_button'],array('fw'=>true, 'space'=>' ', 'legacy'=>"{e_IMAGE}icons/")); // return ""; }