/[drupal]/contributions/modules/ezmlm/ezmlm.module
ViewVC logotype

Diff of /contributions/modules/ezmlm/ezmlm.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.18.4.1.2.2, Sat Dec 29 15:59:07 2007 UTC revision 1.18.4.1.2.3, Tue Jul 1 15:14:55 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ezmlm.module,v 1.18.4.1.2.1 2007/12/29 11:03:42 hutch Exp $  // $Id: ezmlm.module,v 1.18.4.1.2.2 2007/12/29 15:59:07 hutch Exp $
3  // $Name: DRUPAL-6--1 $  // $Name: DRUPAL-6--1 $
4  // for drupal 6.x  // for drupal 6.x
5    
# Line 43  function ezmlm_perm() { Line 43  function ezmlm_perm() {
43   */   */
44  function ezmlm_menu() {  function ezmlm_menu() {
45    $items['ezmlm/add'] = array(    $items['ezmlm/add'] = array(
46      'title' => ('mailing lists'),      'title' => 'Mailing lists',
47      'page callback' => 'ezmlm_block',      'page callback' => 'ezmlm_block',
48      'access arguments' => array('access content'),      'access arguments' => array('access content'),
49      'type' => MENU_CALLBACK,      'type' => MENU_CALLBACK,
50    );    );
51    $items['ezmlm'] = array(    $items['ezmlm'] = array(
52      'title' => ('Mailing lists'),      'title' => 'Mailing lists',
53      'page callback' => 'drupal_get_form',      'page callback' => 'drupal_get_form',
54      'page arguments' => array('ezmlm_subscribe_form'),      'page arguments' => array('ezmlm_subscribe_form'),
55      'access arguments' => array('access content'),      'access arguments' => array('access content'),
56      'type' => MENU_NORMAL_ITEM,      'type' => MENU_NORMAL_ITEM,
57    );    );
58    $items['admin/settings/ezmlm'] = array(    $items['admin/settings/ezmlm'] = array(
59      'title' => t('Ezmlm lists'),      'title' => 'Ezmlm lists',
60      'description' => t('Ezmlm mailing lists management.'),      'description' => 'Ezmlm mailing lists management.',
61      'page callback' => 'drupal_get_form',      'page callback' => 'drupal_get_form',
62      'page arguments' => array('ezmlm_admin_settings'),      'page arguments' => array('ezmlm_admin_settings'),
63      'access arguments' => array('administer ezmlm'),      'access arguments' => array('administer ezmlm'),

Legend:
Removed from v.1.18.4.1.2.2  
changed lines
  Added in v.1.18.4.1.2.3

  ViewVC Help
Powered by ViewVC 1.1.2