You are here

function theme_fbconnect_user_profile_tab_unconnected in Facebook Connect 6.2

@todo.

1 theme call to theme_fbconnect_user_profile_tab_unconnected()
fbconnect_user_identities in ./fbconnect.pages.inc
Menu callback fbconnect identities

File

./fbconnect.pages.inc, line 316
User pages callbacks for the fbconnect module.

Code

function theme_fbconnect_user_profile_tab_unconnected($account = NULL, $conf = NULL, $uid = NULL) {
  return '<div>' . t('Click here to connect your Facebook account') . '</div><div class="fbconnect-button">' . fbconnect_render_button() . '</div>';
}