aboutsummaryrefslogtreecommitdiff
path: root/upload.php
diff options
context:
space:
mode:
authorCash Costello <cash.costello@gmail.com>2009-03-28 14:29:55 +0000
committerCash Costello <cash.costello@gmail.com>2009-03-28 14:29:55 +0000
commit2f94fa464bdc62e4e4a394f231df88ee84b33502 (patch)
treea005ad80080e830c0e31df24b9254ec5649bdeae /upload.php
parent871395b74470a70e37aeb684b820e289b0930cba (diff)
downloadelgg-2f94fa464bdc62e4e4a394f231df88ee84b33502.tar.gz
elgg-2f94fa464bdc62e4e4a394f231df88ee84b33502.tar.bz2
trying to make menus more consistent
Diffstat (limited to 'upload.php')
-rw-r--r--upload.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/upload.php b/upload.php
index 48a8ea522..71beb8752 100644
--- a/upload.php
+++ b/upload.php
@@ -25,6 +25,10 @@
set_page_owner($container);
$page_owner = page_owner_entity();
+ if ($page_owner instanceof ElggGroup) {
+ add_submenu_item( sprintf(elgg_echo('album:group'),$page_owner->name),
+ $CONFIG->wwwroot . "pg/photos/owned/" . $page_owner->username);
+ }
set_context('photos');
$title = elgg_echo('album:addpix') . ': ' . $album->title;