You are here

constant BRB_IE_CONDITIONAL_DEFAULT in Browser Bouncer (brb) 7

5 uses of BRB_IE_CONDITIONAL_DEFAULT
brb_admin_settings in ./brb.admin.inc
The admin settings form
brb_install in ./brb.install
Implementation of hook_install()
brb_preprocess_page in ./brb.module
Implementation of hook_preprocess_page().
brb_process_html in ./brb.module
Implementation of hook_preprocess_html().
brb_restore in ./brb.admin.inc
Restore the original values.

File

./brb.module, line 11
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_IE_CONDITIONAL_DEFAULT', 'lte IE 7');