You are here

function beautytips_manager_perm in BeautyTips 6.2

Implementation of hook_perm().

File

./beautytips_manager.module, line 105

Code

function beautytips_manager_perm() {
  return array(
    'use Javascript for custom beautytip display',
  );
}