Mionor - Changing link hover

skala
Julio Montoya 16 years ago
parent 99478c61f9
commit e350580fe9
  1. 2
      main/social/groups.php

@ -232,7 +232,7 @@ echo '<div id="social-content">';
echo '<div id="social-content-left">'; echo '<div id="social-content-left">';
//this include the social menu div //this include the social menu div
if ($group_id != 0 ) { if ($group_id != 0 ) {
SocialManager::show_social_menu('messages_list',$group_id); SocialManager::show_social_menu('groups',$group_id);
} else { } else {
$show_menu = 'groups'; $show_menu = 'groups';
if (isset($_GET['view']) && $_GET['view'] == 'mygroups') { if (isset($_GET['view']) && $_GET['view'] == 'mygroups') {

Loading…
Cancel
Save