You are here

constant BOOTSTRAP_MODAL_MESSAGES_HEADER in Bootstrap Modal Messages 7

Same name and namespace in other branches
  1. 8 bootstrap_modal_messages.module \BOOTSTRAP_MODAL_MESSAGES_HEADER

@file Main functions for bootstrap_modal_messages module.

2 uses of BOOTSTRAP_MODAL_MESSAGES_HEADER
bootstrap_modal_messages_admin_form in ./bootstrap_modal_messages.module
Admin settings form.
bootstrap_modal_messages_page_build in ./bootstrap_modal_messages.module
Implements hook_page_build().

File

./bootstrap_modal_messages.module, line 8
Main functions for bootstrap_modal_messages module.

Code

define('BOOTSTRAP_MODAL_MESSAGES_HEADER', '<h4 class="modal-title">' . t('Messages') . '</h4>');