aboutsummaryrefslogtreecommitdiff
path: root/viewalbum.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 /viewalbum.php
parent871395b74470a70e37aeb684b820e289b0930cba (diff)
downloadelgg-2f94fa464bdc62e4e4a394f231df88ee84b33502.tar.gz
elgg-2f94fa464bdc62e4e4a394f231df88ee84b33502.tar.bz2
trying to make menus more consistent
Diffstat (limited to 'viewalbum.php')
-rw-r--r--viewalbum.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/viewalbum.php b/viewalbum.php
index c216273cd..2a89742a1 100644
--- a/viewalbum.php
+++ b/viewalbum.php
@@ -23,6 +23,8 @@
// setup group menu
if ($owner instanceof ElggGroup) {
+ add_submenu_item( sprintf(elgg_echo('album:group'),$owner->name),
+ $CONFIG->wwwroot . "pg/photos/owned/" . $owner->username);
add_submenu_item( elgg_echo('album:create'),
$CONFIG->wwwroot . 'pg/photos/new/' . $owner->username,
'photos');