diff --git a/e107_plugins/download/download.php b/e107_plugins/download/download.php index 1bfed6d4e..d78e875b1 100644 --- a/e107_plugins/download/download.php +++ b/e107_plugins/download/download.php @@ -11,8 +11,8 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/download.php,v $ -| $Revision: 1.7 $ -| $Date: 2009-05-04 20:09:45 $ +| $Revision: 1.8 $ +| $Date: 2009-07-14 23:19:22 $ | $Author: bugrain $ | +----------------------------------------------------------------------------+ @@ -268,11 +268,11 @@ if ($action == "list") $dl_text .= $tp->parseTemplate($DOWNLOAD_CAT_SUBSUB_TABLE, TRUE, $download_shortcodes); } $dl_text .= $tp->parseTemplate($DOWNLOAD_CAT_TABLE_END, TRUE, $download_shortcodes); - $dlbreadcrumb = $dl->getBreadcrumb(array(LAN_dl_18=>e_SELF, $type)); - $dl_title .= $tp->parseTemplate("{BREADCRUMB=dlbreadcrumb}", TRUE, $download_shortcodes); + $dlbreadcrumb = $dl->getBreadcrumb(array(LAN_dl_18=>e_SELF, $type, DOWLAN_54)); + $dl_title = $tp->parseTemplate("{BREADCRUMB=dlbreadcrumb}", TRUE, $download_shortcodes); $ns->tablerender($dl_title, $dl_text); - $text = ""; // If other files, show in a separate block - $type = ""; // Cancel title once displayed + $text = ""; // If other files, show in a separate block + $dl_title = ""; // Cancel title once displayed } // End of subcategory display // Now display individual downloads diff --git a/e107_plugins/download/handlers/adminDownload_class.php b/e107_plugins/download/handlers/adminDownload_class.php index 223ada313..f37b33c2e 100644 --- a/e107_plugins/download/handlers/adminDownload_class.php +++ b/e107_plugins/download/handlers/adminDownload_class.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_plugins/download/handlers/adminDownload_class.php,v $ -| $Revision: 1.3 $ -| $Date: 2009-06-24 22:19:27 $ -| $Author: e107coders $ +| $Revision: 1.4 $ +| $Date: 2009-07-14 23:14:41 $ +| $Author: bugrain $ | +----------------------------------------------------------------------------+ */ @@ -111,7 +111,8 @@ class adminDownload extends download