constant BRB_TITLE in Browser Bouncer (brb) 7
@file 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.
4 uses of BRB_TITLE
- brb_admin_settings in ./
brb.admin.inc - The admin settings form
- brb_install in ./
brb.install - Implementation of hook_install()
- 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 9 - 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_TITLE', t('Your browser is not supported on this site'));