diff --git a/modules/html_uploader/controllers/flash_uploader.php b/modules/html_uploader/controllers/flash_uploader.php deleted file mode 100644 index ec6fbcfa..00000000 --- a/modules/html_uploader/controllers/flash_uploader.php +++ /dev/null @@ -1,26 +0,0 @@ -id}", "", "post", array("id" => "g-add-photos-form")); + $form = new Forge("uploader/add/{$album->id}", "", "post", array("id" => "g-add-photos-form")); $group = $form->group("add_photos") ->label(t("Add photos to %album_title", array("album_title" => html::purify($album->title)))); $group->upload("file1")->add_rule("foo"); diff --git a/modules/html_uploader/helpers/html_uploader_event.php b/modules/html_uploader/helpers/html_uploader_event.php deleted file mode 100644 index 46d566f5..00000000 --- a/modules/html_uploader/helpers/html_uploader_event.php +++ /dev/null @@ -1,29 +0,0 @@ -get("add_menu"); - $item = $theme->item(); - if ($add_menu && $item) { - $add_menu->get("add_photos_item") - ->url(url::site("html_uploader/app/$item->id")); - } - } -}