You are here

function linkedin_auth_theme in LinkedIn Integration 6

Same name and namespace in other branches
  1. 7 linkedin_auth/linkedin_auth.module \linkedin_auth_theme()

Implementation of hook_theme()

File

linkedin_auth/linkedin_auth.module, line 59
Implement LinkedIn Authentication service for user login

Code

function linkedin_auth_theme($existing, $type, $theme, $path) {
  return array(
    'linkedin_auth_display_login_block_button' => array(
      'arguments' => array(
        'path' => NULL,
        'text' => NULL,
      ),
      'file' => 'linkedin_auth.theme.inc',
    ),
  );
}