diff options
author | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:20:19 -0500 |
---|---|---|
committer | Devlon Duthie <duthied@gmail.com> | 2011-09-25 13:20:19 -0500 |
commit | cb1c6dd1e37ccbbea47867faf0142e5d2f653624 (patch) | |
tree | dc09ad00dd7f7e12fdec214ae2fd83e94315a96a /include/group.php | |
parent | 634e52a6717753eb6742a23e60bf88bf0809968f (diff) | |
download | volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.gz volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.tar.bz2 volse-hubzilla-cb1c6dd1e37ccbbea47867faf0142e5d2f653624.zip |
really commiting files this time, still getting the hang of git.
some images added, some classes added to groupidebar, contacts sidebar
notification flags moved out of nav and into banner for testbubble the
testbubble css tweaks
Diffstat (limited to 'include/group.php')
-rw-r--r-- | include/group.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/group.php b/include/group.php index edc3de76c..e3c7d33d4 100644 --- a/include/group.php +++ b/include/group.php @@ -167,7 +167,7 @@ function group_side($every="contacts",$each="group",$edit = false, $group_id = 0 $selected = (($group_id == 0) ? ' group-selected' : ''); $o .= <<< EOT -<div id="group-sidebar"> +<div id="group-sidebar" class="widget"> <h3>Groups</h3> <div id="sidebar-group-list"> |