function social_auth_theme in Social Auth 8
Same name and namespace in other branches
- 8.2 social_auth.module \social_auth_theme()
- 3.x social_auth.module \social_auth_theme()
Implements hook_theme().
File
- ./
social_auth.module, line 11 - Allows login using different social networking services.
Code
function social_auth_theme() {
return array(
'login_with' => array(
'variables' => array(
'social_networks' => NULL,
),
),
);
}