aboutsummaryrefslogtreecommitdiff
path: root/views/default/tidypics/groupprofile_albums.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/tidypics/groupprofile_albums.php')
-rw-r--r--views/default/tidypics/groupprofile_albums.php8
1 files changed, 7 insertions, 1 deletions
diff --git a/views/default/tidypics/groupprofile_albums.php b/views/default/tidypics/groupprofile_albums.php
index 060c540d4..7f28705c7 100644
--- a/views/default/tidypics/groupprofile_albums.php
+++ b/views/default/tidypics/groupprofile_albums.php
@@ -1,7 +1,13 @@
<?php
+/***********************************************
+ *
+ * This is used on the group profile page
+ *
+ ***********************************************/
+
if ($vars['entity']->photos_enable != 'no') {
- echo '<div id="group_albums_widget">';
+ echo '<div id="tidypics_group_profile">';
echo '<h2>' . elgg_echo('album:group') . '</h2>';
echo elgg_view('tidypics/albums', array('num_albums' => 5));
echo '</div>';