You are here

function fpa_theme in Fast Permissions Administration 7.2

Same name and namespace in other branches
  1. 8.2 fpa.theme.inc \fpa_theme()

Implements hook_theme().

File

./fpa.theme.inc, line 11
Theme callbacks to pre-tag rows for FPA functionality.

Code

function fpa_theme($existing, $type, $theme, $path) {
  return array(
    'fpa_user_admin_permissions' => array(
      'render element' => 'form',
      'file' => 'fpa.theme.inc',
    ),
  );
}