You are here

constant BOOTSTRAP_MODAL_MESSAGES_HEADER in Bootstrap Modal Messages 8

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

@file Main functions for bootstrap_modal_messages module.

1 use of BOOTSTRAP_MODAL_MESSAGES_HEADER
bootstrap_modal_messages_page_attachments_alter in ./bootstrap_modal_messages.module
Implements hook_page_attachments_alter().

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>');