mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
More work on admin->downloads. Now uses media-manager for images.
This commit is contained in:
@@ -25,6 +25,12 @@ class download
|
||||
}
|
||||
function displayCategoryList() {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getBreadcrumb($arr)
|
||||
{
|
||||
$dlbreadcrumb = array();
|
||||
@@ -44,6 +50,11 @@ class download
|
||||
$dlbreadcrumb['fieldlist'] = implode(",", array_keys($dlbreadcrumb));
|
||||
return $dlbreadcrumb;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
function getCategorySelectList($currentID=0, $incSubSub=true, $groupOnMain=true, $blankText=" ", $name="download_category")
|
||||
{
|
||||
global $sql,$parm;
|
||||
|
Reference in New Issue
Block a user