You are here

function anonymous_publishing_pet_theme in Anonymous Publishing 7

Implements hook_theme().

Register the form data theme into a table for the tabs listed.

File

modules/pet/anonymous_publishing_pet.module, line 239
Main hooks for Anonymous Publishing PET module.

Code

function anonymous_publishing_pet_theme() {
  return array(
    'anonymous_publishing_pet_realnames' => array(
      'render element' => 'form',
    ),
  );
}