You are here

function flexiaccess_theme in Flexi Access 7

Implements hook_theme().

File

./flexiaccess.module, line 174
Main hooks for per user access control.

Code

function flexiaccess_theme() {
  return array(
    'flexiaccess_admin_content' => array(
      'render element' => 'form',
      'file' => 'flexiaccess.admin.inc',
    ),
  );
}