diff --git a/e107_handlers/sitelinks_class.php b/e107_handlers/sitelinks_class.php index 36def5382..bab83d401 100644 --- a/e107_handlers/sitelinks_class.php +++ b/e107_handlers/sitelinks_class.php @@ -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 ""; }