function quickbar_suppress in Quickbar 7
Same name and namespace in other branches
- 6 quickbar.module \quickbar_suppress()
- 7.2 quickbar.module \quickbar_suppress()
Hide the quickbar.
1 string reference to 'quickbar_suppress'
- quickbar_admin_select_info in ./
quickbar.module - Implements hook_admin_select_info().
File
- ./
quickbar.module, line 435
Code
function quickbar_suppress() {
// We keep this here for admin_select although it doesn't work at the moment.
global $theme_info;
$theme_info->info['quickbar'] = FALSE;
}