function theme_fbconnect_login_user_profile_tab_unconnected in Facebook Connect 8.2
Same name and namespace in other branches
- 7.2 fbconnect_login/fbconnect_login.pages.inc \theme_fbconnect_login_user_profile_tab_unconnected()
1 theme call to theme_fbconnect_login_user_profile_tab_unconnected()
- fbconnect_login_user_identities in fbconnect_login/
fbconnect_login.pages.inc - Menu callback fbconnect identities
File
- fbconnect_login/
fbconnect_login.pages.inc, line 447 - User pages callbacks for the fbconnect module.
Code
function theme_fbconnect_login_user_profile_tab_unconnected($variables) {
return '<div>' . t('Click here to connect your Facebook account') . '</div><div class="fbconnect-button">' . fbconnect_login_render_button() . '</div>';
}