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 ""; }