You are here

function contribute_theme in Contribute 8

Implements hook_theme().

File

./contribute.module, line 49
Encourages people to join and contribute to the Drupal community.

Code

function contribute_theme() {
  return [
    'contribute_status_report_community_info' => [
      'variables' => [
        'account' => [],
        'membership' => [],
        'contribution' => [],
      ],
    ],
  ];
}