You are here

function taxonomy_block_i18n_perm in Taxonomy Block 6

Implementation of hook_perm

File

./taxonomy_block.module, line 24
The taxonomy_block_i18n module used for displaying Site Counter.

Code

function taxonomy_block_i18n_perm() {
  return array(
    'access taxonomy_block_i18n',
    'administer taxonomy_block_i18n',
  );
}