From 4e0c1576475390faa2f1fb4c4dc2902a953f440e Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Wed, 25 Feb 2009 12:16:53 +0000 Subject: First commit --- edit_multi.php | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 edit_multi.php (limited to 'edit_multi.php') diff --git a/edit_multi.php b/edit_multi.php new file mode 100644 index 000000000..2fdc85e42 --- /dev/null +++ b/edit_multi.php @@ -0,0 +1,33 @@ +canEdit()){ + array_push($new_file_array, $file_guid); + } + if(!$album_guid) $album_guid = $entity->container_guid; + + } + } + + $area2 .= elgg_view_title($title = elgg_echo('image:edit')); + $area2 .= elgg_view("tidypics/forms/edit_multi", array('file_array' => $new_file_array, 'album_guid' => $album_guid)); + $body = elgg_view_layout('two_column_left_sidebar', $area1, $area2); + page_draw(elgg_echo("edit"), $body); +?> \ No newline at end of file -- cgit v1.2.3