diff --git a/e107_plugins/download/download_shortcodes.php b/e107_plugins/download/download_shortcodes.php index 0c1c74274..e5f94cb38 100644 --- a/e107_plugins/download/download_shortcodes.php +++ b/e107_plugins/download/download_shortcodes.php @@ -996,7 +996,7 @@ class download_shortcodes extends e_shortcode if (!$source) return " "; // list($ret[TRUE],$ret[FALSE]) = explode(chr(1), $source.chr(1)); //XXX ??? // if (!$ret[FALSE]) $ret[FALSE] = $ret[TRUE]; //XXX ??? - $parms = array('legacy'=> e_IMAGE."icons/"); + $parms = array('legacy'=> "{e_IMAGE}icons/"); return e107::getParser()->toIcon($source, $parms); //return "*"; }