Mailinglist
 All Data Structures Files Functions Variables Pages
mailman21.module
Go to the documentation of this file.
1 <?php
21 function mailman21_help($path, $arg) {
22  switch ($path) {
23  case "admin/help#mailman21":
25  return '<p>' . t("Defines mailman lists to link to this site") . '</p>';
26  break;
27  }
28 }
29 /*
30 ******************************************************************************************
31 CTOOLS Hooks
32 ******************************************************************************************
33 */
34 
43 function mailman21_ctools_plugin_directory($owner, $plugin_type) {
44  return 'plugins/' . $owner . '/' . $plugin_type;
45 }
46 
47 
mailman21_help($path, $arg)
Mailman Help Generation.
mailman21_ctools_plugin_directory($owner, $plugin_type)
Implements hook_ctools_plugin_directory().