You are here

constant BOOTSTRAP_MODAL_MESSAGES_FOOTER in Bootstrap Modal Messages 8

Same name and namespace in other branches
  1. 7 bootstrap_modal_messages.module \BOOTSTRAP_MODAL_MESSAGES_FOOTER
1 use of BOOTSTRAP_MODAL_MESSAGES_FOOTER
bootstrap_modal_messages_page_attachments_alter in ./bootstrap_modal_messages.module
Implements hook_page_attachments_alter().

File

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

Code

define('BOOTSTRAP_MODAL_MESSAGES_FOOTER', '<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>');