diff options
Diffstat (limited to 'views/default/tidypics')
-rw-r--r-- | views/default/tidypics/groupprofile_albums.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/views/default/tidypics/groupprofile_albums.php b/views/default/tidypics/groupprofile_albums.php index a7e143ae9..7cb89bf1c 100644 --- a/views/default/tidypics/groupprofile_albums.php +++ b/views/default/tidypics/groupprofile_albums.php @@ -8,7 +8,10 @@ if ($vars['entity']->photos_enable != 'no') { echo '<div id="tidypics_group_profile">'; - echo '<h2>' . elgg_echo('album:group') . '</h2>'; +?> + <h2><a href="<?php echo $CONFIG->wwwroot . "pg/photos/owned/group:" . $vars['entity']->guid; ?>">Group albums</a></h2> +<?php + //echo '<h2>' . elgg_echo('album:group') . '</h2>'; echo elgg_view('tidypics/albums', array('num_albums' => 5)); echo '</div>'; } |