diff options
Diffstat (limited to 'views/default/friends/collections.php')
-rw-r--r-- | views/default/friends/collections.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/views/default/friends/collections.php b/views/default/friends/collections.php index 14995309d..6a77f7773 100644 --- a/views/default/friends/collections.php +++ b/views/default/friends/collections.php @@ -16,6 +16,8 @@ if (!isset($friendspicker)) $friendspicker = 0;
+ echo "<div class=\"contentWrapper\">";
+
if (is_array($vars['collections']) && sizeof($vars['collections'])) {
echo "<ul id=\"friends_collections_accordian\">";
@@ -34,6 +36,8 @@ echo elgg_echo("friends:nocollections");
}
+
+ echo "</div>";
?>
|