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:
@@ -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='' />";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user