You are here

function fbconnect_profile_theme in Facebook Connect 5

Implementation of hook_theme().

File

modules/fbconnect_profile/fbconnect_profile.module, line 175
This module allows users to import their personal information from Facebook.

Code

function fbconnect_profile_theme() {
  return array(
    'fb_user_profile' => array(
      'arguments' => array(
        'data' => NULL,
        'account' => NULL,
      ),
    ),
  );
}