diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-17 17:58:04 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-17 17:58:04 +0000 |
commit | 27954260db99242dc317fbedb4786c56942692be (patch) | |
tree | d5b7778a9a0c910b4e85d8cd276eb60550ec9ff2 /mod/groups/all.php | |
parent | 9f90c74d09510200022b979695b9649f60320c25 (diff) | |
download | elgg-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.php | 4 |
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 |