function vppr_theme in Vocabulary Permissions Per Role 6
Implementation of hook_theme().
File
- ./
vppr.module, line 114 - Vocabulary Permissions Per Role
Code
function vppr_theme() {
return array(
'vppr_form_admin_settings_vppr' => array(
'arguments' => array(
'form' => array(),
),
'file' => 'vppr.admin.inc',
),
);
}