diff --git a/e107_plugins/download/request.php b/e107_plugins/download/request.php index b7843753b..c2156e923 100644 --- a/e107_plugins/download/request.php +++ b/e107_plugins/download/request.php @@ -310,6 +310,7 @@ else if ($table == "download") { require_once(HEADERF); + $imagecaption = ''; // TODO ?name or text Screenshot if (file_exists(e_FILE."download/{$image}")) { $disp = "
"; @@ -320,10 +321,11 @@ else } else { + $image = $tp->replaceConstants($image); $disp = "
"; } $disp .= "
".LAN_dl_64."
"; - $ns->tablerender($image, $disp); + $ns->tablerender($imagecaption, $disp); require_once(FOOTERF); } else