Skip to content

Commit 97fe50f

Browse files
committed
Updating divs due CSS changes
1 parent 248ca26 commit 97fe50f

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

main/social/search.php

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -149,17 +149,9 @@
149149
//$grid_groups[]= array('', $data);
150150
}
151151
}
152-
//echo '<div class="social-box-container2">';
153-
Display::display_sortable_grid('mygroups', array(), $grid_groups, array('hide_navigation'=>true, 'per_page' => 5), $query_vars, false, array(true,true,true,true,true));
154-
//echo '</div>';
155-
152+
Display::display_sortable_grid('mygroups', array(), $grid_groups, array('hide_navigation'=>true, 'per_page' => 5), $query_vars, false, array(true,true,true,true,true));
156153
}
157-
} else {
158-
//we should show something
159-
}
160-
154+
}
161155
echo '</div>';
162156
echo '</div>';
163-
164-
Display :: display_footer();
165-
?>
157+
Display :: display_footer();

0 commit comments

Comments
 (0)