You are here

function auditfiles_theme in Audit Files 6.2

Same name and namespace in other branches
  1. 6.3 auditfiles.module \auditfiles_theme()

Implementation of hook_theme()

File

./auditfiles.module, line 91

Code

function auditfiles_theme() {
  return array(
    'auditfiles_notindb_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
      'file' => 'notindb.admin.inc',
    ),
  );
}