You are here

function encrypt_theme in Encrypt 7.3

Same name and namespace in other branches
  1. 6 encrypt.module \encrypt_theme()
  2. 7 encrypt.module \encrypt_theme()
  3. 7.2 encrypt.module \encrypt_theme()

Implements hook_theme().

File

./encrypt.module, line 108
Main Encrypt Drupal File

Code

function encrypt_theme() {
  return array(
    'encrypt_configs_list_description' => array(
      'variables' => array(
        'label' => NULL,
        'name' => NULL,
        'description' => NULL,
      ),
      'file' => 'includes/encrypt.admin.inc',
    ),
  );
}