Mailinglist
 All Data Structures Files Functions Variables Pages
Mailman21List.inc
Go to the documentation of this file.
1 <?php
8 $plugin = array(
9  'name' => 'Mailman 2.1 List',
10  'description' => 'Mailman 2.1.x List Personality Module',
11  'handler' => array(
12  'class' => 'Mailman21List',
13  'parent' => 'MailinglistList'
14  ),
15  'file' => 'Mailman21List.class.php',
16 );
$plugin