This commit is contained in:
parent
416d0431c8
commit
a7ff74ecd2
1 changed files with 4 additions and 4 deletions
|
@ -254,14 +254,14 @@ class ClipBucket
|
|||
'Mass Email' => 'mass_email.php'
|
||||
),
|
||||
//Groups
|
||||
'Groups' =>
|
||||
/* 'Groups' =>
|
||||
array(
|
||||
'Add Group' => 'add_group.php',
|
||||
'Manage Groups' => 'groups_manager.php',
|
||||
'Manage Categories' => 'group_category.php?view=show_category',
|
||||
'View Inactive Groups' => 'groups_manager.php?active=no&search=yes',
|
||||
'View Reported Groups' => 'flagged_groups.php',
|
||||
),
|
||||
),*/
|
||||
//Advertisments
|
||||
'Advertisement' =>
|
||||
array(
|
||||
|
@ -343,12 +343,12 @@ class ClipBucket
|
|||
}
|
||||
|
||||
|
||||
if ($per['group_moderation'] == "yes")
|
||||
/*if ($per['group_moderation'] == "yes")
|
||||
$NewMenu['Groups'] = array('Add Group' => 'add_group.php',
|
||||
'Manage Groups' => 'groups_manager.php',
|
||||
'Manage Categories' => 'group_category.php?view=show_category',
|
||||
'View Inactive Groups' => 'groups_manager.php?active=no&search=yes',
|
||||
'View Reported Groups' => 'flagged_groups.php');
|
||||
'View Reported Groups' => 'flagged_groups.php');*/
|
||||
|
||||
if ($per['ad_manager_access'] == "yes")
|
||||
$NewMenu['Advertisement'] = array(
|
||||
|
|
Loading…
Add table
Reference in a new issue