| 1 |
<?php |
<?php |
| 2 |
// $Id: ezmlm.module,v 1.18.4.2 2007/12/29 15:48:02 hutch Exp $ |
// $Id: ezmlm.module,v 1.18.4.3 2008/05/31 19:33:59 hutch Exp $ |
| 3 |
// $Name: DRUPAL-5 $ |
// $Name: $ |
| 4 |
// for drupal 5.x |
// for drupal 5.x |
| 5 |
|
|
| 6 |
/** |
/** |
| 46 |
if ($may_cache) { |
if ($may_cache) { |
| 47 |
$items[] = array( |
$items[] = array( |
| 48 |
'path' => 'ezmlm/add', |
'path' => 'ezmlm/add', |
| 49 |
'title' => ('mailing lists'), |
'title' => t('Mailing lists'), |
| 50 |
'callback' => 'ezmlm_block', |
'callback' => 'ezmlm_block', |
| 51 |
'access' => user_access('access content'), |
'access' => user_access('access content'), |
| 52 |
'type' => MENU_CALLBACK, |
'type' => MENU_CALLBACK, |
| 53 |
); |
); |
| 54 |
$items[] = array( |
$items[] = array( |
| 55 |
'path' => 'ezmlm', |
'path' => 'ezmlm', |
| 56 |
'title' => ('Mailing lists'), |
'title' => t('Mailing lists'), |
| 57 |
'callback' => 'ezmlm_page', |
'callback' => 'ezmlm_page', |
| 58 |
'access' => user_access('access content'), |
'access' => user_access('access content'), |
| 59 |
'type' => MENU_NORMAL_ITEM, |
'type' => MENU_NORMAL_ITEM, |