You are here

mailhandler_extended.module in Mailhandler 6.2

Same filename and directory in other branches
  1. 7.2 modules/mailhandler_extended/mailhandler_extended.module

Adds extended headers to Mailhandler.

File

modules/mailhandler_extended/mailhandler_extended.module
View source
<?php

/**
 * @file
 * Adds extended headers to Mailhandler.
 */

/**
 * Implements hook_ctools_plugin_directory().
 */
function mailhandler_extended_ctools_plugin_directory($owner, $plugin_type) {
  return 'plugins/' . $owner . '/' . $plugin_type;
}