1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-20 04:32:01 +02:00

BC Sitelink-Image path fix

This commit is contained in:
Cameron 2014-05-31 15:25:05 -07:00
parent e8a5e4339d
commit f771a39171

View File

@ -1768,7 +1768,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'=>' '));
return $tp->toIcon($this->var['link_button'],array('space'=>' ', 'legacy'=>e_IMAGE_ABS."icons/"));
// return "<img class='icon' src='".$path."' alt='' />";
}