From f771a39171c1ef13fe4b1bf8ed47b2334c1218a3 Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 31 May 2014 15:25:05 -0700 Subject: [PATCH] BC Sitelink-Image path fix --- e107_handlers/sitelinks_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ""; }