You are here

function janrain_capture_theme in Janrain Registration 7.4

Same name and namespace in other branches
  1. 7.2 janrain_capture.module \janrain_capture_theme()
  2. 7.3 janrain_capture.module \janrain_capture_theme()

Implements hook_theme().

File

./janrain_capture.module, line 1115
This module implements authentication endpoints for Janrain Capture.

Code

function janrain_capture_theme() {
  return array(
    'janrain_capture_icon' => array(
      'variables' => array(
        'provider' => NULL,
        'size' => 'small',
        'style' => NULL,
      ),
    ),
    'janrain_capture_share_button' => array(
      'node' => NULL,
    ),
    'janrain_capture_share_icons' => array(),
  );
}