You are here

function bootstrap_tour_admin_access in Bootstrap Tour 7.2

Bootstrap Tour access callback.

1 string reference to 'bootstrap_tour_admin_access'
bootstrap_tour_entity_info in ./bootstrap_tour.module
Implements hook_entity_info().

File

./bootstrap_tour.module, line 106
bootstrap_tour.module

Code

function bootstrap_tour_admin_access($op, $tour = NULL, $account = NULL) {
  return user_access('administer bootstrap tours', $account);
}