You are here

function fbconnect_render_fb_favicon in Facebook Connect 5

Render facebook favicon

1 call to fbconnect_render_fb_favicon()
fbconnect_form_alter in ./fbconnect.module
Impletementation of hook_form_alter.

File

./fbconnect.module, line 1099
This module allows site visitors to connect and register with facebook account

Code

function fbconnect_render_fb_favicon() {
  return theme_image(drupal_get_path('module', 'fbconnect') . '/images/favicon.gif');
}