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:
parent
e8a5e4339d
commit
f771a39171
@ -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='' />";
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user