You are here

constant BRB_BODY_DEFAULT in Browser Bouncer (brb) 7

3 uses of BRB_BODY_DEFAULT
brb_admin_settings in ./brb.admin.inc
The admin settings form
brb_install in ./brb.install
Implementation of hook_install()
brb_restore in ./brb.admin.inc
Restore the original values.

File

./brb.module, line 10
Display a message to let the user knows his/her browser is not supported. This message also offer to the user different browsers that can be used instead.

Code

define('BRB_BODY_DEFAULT', '<h2>' . t('Sorry but it seems like your browser is a little bit old.') . '</h2>' . '<h4>' . t('We strongly recommend you to upgrade it or download one of the following:') . '</h4>');