mirror of https://github.com/BOINC/boinc.git
Removed hard coded menu for stats (also removed from Views)
This commit is contained in:
parent
e5b103c7e4
commit
852be42e7d
drupal/sites/default/boinc/modules/boincwork
|
@ -55,16 +55,6 @@ function boincwork_menu() {
|
|||
'access arguments' => array('access content'),
|
||||
'type' => MENU_CALLBACK
|
||||
);
|
||||
$items['stats'] = array(
|
||||
'page callback' => 'boincwork_view_page',
|
||||
'page arguments' => array('8938'),
|
||||
'access arguments' => array('access content')
|
||||
);
|
||||
$items['stats/overview'] = array(
|
||||
'title' => t('Overview'),
|
||||
'type' => MENU_DEFAULT_LOCAL_TASK,
|
||||
'weight' => -10
|
||||
);
|
||||
return $items;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue