aboutsummaryrefslogtreecommitdiff
path: root/edit_multi.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-27 11:10:40 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-27 11:10:40 +0000
commit8c059e6c1413d82b556aa54de3fc9c2ed6a0e01b (patch)
treed52140aac5715f9128ced08ac27d9d8bbad810ed /edit_multi.php
parentae5398025febddb796cefeff8075f520de42f00a (diff)
downloadelgg-8c059e6c1413d82b556aa54de3fc9c2ed6a0e01b.tar.gz
elgg-8c059e6c1413d82b556aa54de3fc9c2ed6a0e01b.tar.bz2
fix for previous
Diffstat (limited to 'edit_multi.php')
-rw-r--r--edit_multi.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/edit_multi.php b/edit_multi.php
index 161822769..5b78e6691 100644
--- a/edit_multi.php
+++ b/edit_multi.php
@@ -30,8 +30,9 @@
}
}
- $area2 .= elgg_view_title(elgg_echo('tidypics:editprops'));
- $area2 .= elgg_view("tidypics/forms/edit_multi", array('file_array' => $new_file_array, 'album_guid' => $album_guid));
+ $title = elgg_echo('tidypics:editprops');
+ $area2 .= elgg_view_title($title);
+ $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($title, $body);
?> \ No newline at end of file