You are here

function _mail_edit_include in Mail Editor 7

Same name and namespace in other branches
  1. 6 mail_edit.module \_mail_edit_include()

Includes the sample third-party hook implementation files.

3 calls to _mail_edit_include()
mail_edit_hook_info in ./mail_edit.module
Implements hook_hook_info().
mail_edit_template_form in ./mail_edit.admin.inc
Form builder function to prepare the template edit form.
_mail_edit_key_registry_rebuild in ./mail_edit.admin.inc
Builds the registry of exposed mailkeys, keeps track of which module exposed them.

File

./mail_edit.module, line 188
Mail Editor module.

Code

function _mail_edit_include() {
  _mail_edit_module_load_include('modules/mail_edit', 'user.inc');
  if (module_exists('logintoboggan')) {
    _mail_edit_module_load_include('modules/mail_edit', 'logintoboggan.inc');
  }
}