You are here

constant MESSAGING_TEMPLATE_FALLBACK in Messaging 6.3

@file Template system for Messaging Framework

By Development Seed, http://wwww.developmentseed.org

Modules using templates can support a pluggable templating system

A templating system must provide templates for the following search keys

  • 'group', Main message part key, can have different parts. I.e. 'notifications-event'
  • '

It should also provide a text replacing function that may use tokens, variables...

See also

messaging_template_text_replace()

2 uses of MESSAGING_TEMPLATE_FALLBACK
messaging_template_edit_form in messaging_template/messaging_template.admin.inc
Edit message formats
Messaging_Template_Engine::get_template_part in messaging_template/messaging_template.inc
Get template part, FALSE if not found

File

messaging_template/messaging_template.module, line 19
Template system for Messaging Framework

Code

define('MESSAGING_TEMPLATE_FALLBACK', 0);