You are here

function gauth_theme in Google Auth 7

Same name and namespace in other branches
  1. 7.2 gauth.module \gauth_theme()

Implements hook_theme().

File

./gauth.module, line 89
Google Auth Api for drupal.

Code

function gauth_theme() {
  return array(
    // Theme functions in gauth.admin.inc.
    'gauth_account_list' => array(
      'variables' => array(
        'accounts' => NULL,
      ),
    ),
  );
}