aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/views/default/groups/profile/widgets.php
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2011-06-25 11:31:38 -0400
committercash <cash.costello@gmail.com>2011-06-25 11:31:38 -0400
commitd58c007da1215a9b9da2d8bc41c4e66471269108 (patch)
treef903482a9928eb755701919ce6f74d3380ed2067 /mod/groups/views/default/groups/profile/widgets.php
parentb60a991ae79edf3761fbf2553aae978f4e36f14c (diff)
downloadelgg-d58c007da1215a9b9da2d8bc41c4e66471269108.tar.gz
elgg-d58c007da1215a9b9da2d8bc41c4e66471269108.tar.bz2
Fixes #3395 using a fluid gallery for the groups profile page
Diffstat (limited to 'mod/groups/views/default/groups/profile/widgets.php')
-rw-r--r--mod/groups/views/default/groups/profile/widgets.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/groups/views/default/groups/profile/widgets.php b/mod/groups/views/default/groups/profile/widgets.php
index 28e43fdc4..75c04c810 100644
--- a/mod/groups/views/default/groups/profile/widgets.php
+++ b/mod/groups/views/default/groups/profile/widgets.php
@@ -6,7 +6,7 @@
*/
// tools widget area
-echo '<div id="groups-tools" class="mtl clearfix">';
+echo '<div id="groups-tools" class="elgg-gallery elgg-gallery-fluid mtl clearfix">';
// enable tools to extend this area
echo elgg_view("groups/tool_latest", array('entity' => $vars['entity']));