diff --git a/e107_plugins/download/download.php b/e107_plugins/download/download.php index 5d8047ca7..4b112d79a 100644 --- a/e107_plugins/download/download.php +++ b/e107_plugins/download/download.php @@ -463,7 +463,7 @@ if ($action == "report" && check_class($pref['download_reportbroken'])) define("e_PAGETITLE", PAGE_NAME." / ".LAN_dl_47); require_once(HEADERF); - $text = LAN_dl_48."

".LAN_dl_49."
".LAN_dl_49.""; $dlbreadcrumb = $dl->getBreadcrumb(array(LAN_dl_18=>e_SELF, $dlrow['download_category_name']=>e_SELF."?list.".$dlrow['download_category_id'], $dlrow['download_name']=>e_SELF."?view.".$dlrow['download_id'], LAN_dl_50)); $dl_title .= $tp->parseTemplate("{BREADCRUMB=dlbreadcrumb}", TRUE, $download_shortcodes); $ns->tablerender($dl_title, $text);