| 1 |
<?php // $Id: mlm.menu.inc,v 1.6 2009/08/09 23:14:43 vauxia Exp $ |
<?php // $Id: mlm.menu.inc,v 1.7 2009/08/10 01:09:32 vauxia Exp $ |
| 2 |
|
|
| 3 |
/** |
/** |
| 4 |
* @file |
* @file |
| 28 |
'title' => 'Mailing lists', |
'title' => 'Mailing lists', |
| 29 |
'description' => 'Manage mailing lists and subscribers', |
'description' => 'Manage mailing lists and subscribers', |
| 30 |
'access arguments' => array('administer mlm'), |
'access arguments' => array('administer mlm'), |
| 31 |
'page callback' => '_mlm_admin_list_overview', |
'page callback' => 'mlm_admin_list_overview', |
| 32 |
'file' => 'admin.inc', |
'file' => 'admin.inc', |
| 33 |
'file path' => $path, |
'file path' => $path, |
| 34 |
); |
); |
| 58 |
'title' => 'Settings', |
'title' => 'Settings', |
| 59 |
'access arguments' => array('administer mlm'), |
'access arguments' => array('administer mlm'), |
| 60 |
'page callback' => 'drupal_get_form', |
'page callback' => 'drupal_get_form', |
| 61 |
'page arguments' => array('_mlm_admin_settings'), |
'page arguments' => array('mlm_admin_settings'), |
| 62 |
'file' => 'admin.inc', |
'file' => 'admin.inc', |
| 63 |
'file path' => $path, |
'file path' => $path, |
| 64 |
'type' => MENU_LOCAL_TASK, |
'type' => MENU_LOCAL_TASK, |