From 8b474ce9723b7d717c65415149de947fbedceeba Mon Sep 17 00:00:00 2001 From: Cash Costello Date: Sat, 21 Mar 2009 15:44:07 +0000 Subject: updated the upload pages --- upload.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'upload.php') diff --git a/upload.php b/upload.php index 320c5ce6d..4fcf27695 100644 --- a/upload.php +++ b/upload.php @@ -37,10 +37,8 @@ } set_context('photos'); - $title = elgg_echo('album:addpix'); + $title = elgg_echo('album:addpix') . ' ' . $album_entity->title; $area2 .= elgg_view_title($title); - - $area2 .= '

'. $album_entity->title. '

'; $area2 .= elgg_view("tidypics/forms/upload", array('album' => $album ) ); $body = elgg_view_layout('two_column_left_sidebar', '', $area2, $area3); -- cgit v1.2.3