mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
BC Sitelink-Image path fix
This commit is contained in:
@@ -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='' />";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user