function linkedin_auth_theme in LinkedIn Integration 7
Same name and namespace in other branches
- 6 linkedin_auth/linkedin_auth.module \linkedin_auth_theme()
Implements hook_theme().
File
- linkedin_auth/
linkedin_auth.module, line 55 - 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(
'variables' => array(
'display' => '',
'path' => 'linkedin/login/0',
'text' => 'Log in using LinkedIn',
),
'file' => 'linkedin_auth.theme.inc',
),
);
}