You are here

function simplenews_roles_theme in Simplenews Roles 6

Implementation of hook_theme().

File

./simplenews_roles.module, line 106

Code

function simplenews_roles_theme() {
  return array(
    'simplenews_roles_newsletter_footer' => array(
      'arguments' => array(
        'format' => NULL,
        'hash' => NULL,
        'test' => NULL,
        'langcode' => NULL,
      ),
    ),
  );
}