function tvi_perm in Taxonomy Views Integrator 6
Implementation of hook_perm().
File
- ./
tvi.module, line 43 - Enables use of views for taxonomy pages.
Code
function tvi_perm() {
return array(
'administer taxonomy view integrator',
);
}
Implementation of hook_perm().
function tvi_perm() {
return array(
'administer taxonomy view integrator',
);
}