You are here

function revision_deletion_theme in Revision Deletion 6

Implementation of hook_theme().

File

./revision_deletion.module, line 99
Node Revision Deletion, written by Greg Holsclaw

Code

function revision_deletion_theme() {
  return array(
    'revision_deletion_list_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
    'revision_deletion_auto_form' => array(
      'arguments' => array(
        'form' => NULL,
      ),
    ),
  );
}