1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 14:17:49 +02:00

Navigation: Use fixed-width on font-awesome sitelink icons.

This commit is contained in:
Cameron
2017-04-19 14:26:45 -07:00
parent 3fd7bad708
commit 1aa6f6ce7f

View File

@@ -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 "<img class='icon' src='".$path."' alt='' />";
}