aboutsummaryrefslogtreecommitdiff
path: root/mod/groups/all.php
diff options
context:
space:
mode:
authorpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-17 17:58:04 +0000
committerpete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544>2009-02-17 17:58:04 +0000
commit27954260db99242dc317fbedb4786c56942692be (patch)
treed5b7778a9a0c910b4e85d8cd276eb60550ec9ff2 /mod/groups/all.php
parent9f90c74d09510200022b979695b9649f60320c25 (diff)
downloadelgg-27954260db99242dc317fbedb4786c56942692be.tar.gz
elgg-27954260db99242dc317fbedb4786c56942692be.tar.bz2
style applied
git-svn-id: https://code.elgg.org/elgg/trunk@2790 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/groups/all.php')
-rw-r--r--mod/groups/all.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod/groups/all.php b/mod/groups/all.php
index 327e6f8e7..5ba34947e 100644
--- a/mod/groups/all.php
+++ b/mod/groups/all.php
@@ -58,8 +58,8 @@
$title = sprintf(elgg_echo("groups:all"),page_owner_entity()->name);
$area2 = elgg_view_title($title);
- $area2 .= elgg_view("groups/group_sort_menu", array("count" => $group_count, "filter" => $filter));
- $area2 .= $objects;
+ $area2 .= "<div class='contentWrapper groups'>" . elgg_view("groups/group_sort_menu", array("count" => $group_count, "filter" => $filter));
+ $area2 .= $objects . "</div>";
$body = elgg_view_layout('sidebar_boxes',$area1, $area2);
// Finally draw the page