aboutsummaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-21 15:44:07 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-21 15:44:07 +0000
commit8b474ce9723b7d717c65415149de947fbedceeba (patch)
treeb62f8e6b55947efe46d53a13f89a4c8de9f6b907 /upload.php
parenteffd41e3b327234adf2997895da7e80b88458af1 (diff)
downloadelgg-8b474ce9723b7d717c65415149de947fbedceeba.tar.gz
elgg-8b474ce9723b7d717c65415149de947fbedceeba.tar.bz2
updated the upload pages
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php4
1 files changed, 1 insertions, 3 deletions
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 .= '<h2><a href="' . $album_entity->getURL() . '">'. $album_entity->title. '</a></h2>';
$area2 .= elgg_view("tidypics/forms/upload", array('album' => $album ) );
$body = elgg_view_layout('two_column_left_sidebar', '', $area2, $area3);