diff options
author | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-16 12:52:01 +0000 |
---|---|---|
committer | pete <pete@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-02-16 12:52:01 +0000 |
commit | 254d24bef4f9bc84da8496f4014e65763bdcffd9 (patch) | |
tree | 2aaa32d649f24c6b8f3f12bdbc7ec4f52a1a4470 /views/default/friends/collections.php | |
parent | 7c4ba8ffa30cfdedd254e0946f1351619ad9f190 (diff) | |
download | elgg-254d24bef4f9bc84da8496f4014e65763bdcffd9.tar.gz elgg-254d24bef4f9bc84da8496f4014e65763bdcffd9.tar.bz2 |
theme updates
git-svn-id: https://code.elgg.org/elgg/trunk@2761 36083f99-b078-4883-b0ff-0f9b5a30f544
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>";
?>
|