function fb_install in Drupal for Facebook 6.2
Same name and namespace in other branches
- 5.2 fb.install \fb_install()
- 5 fb.install \fb_install()
- 6.3 fb.install \fb_install()
- 7.4 fb.install \fb_install()
- 7.3 fb.install \fb_install()
File
- ./
fb.install, line 73 - Install file to support fb.module.
Code
function fb_install() {
_fb_install_set_weight();
drupal_set_message(st('Drupal for Facebook modules enabled. Be sure to install facebook\'s client libraries and modify your settings.php! Read modules/fb/README.txt and <a href="!doc_url" target="_blank">the online documentation for Drupal for Facebook</a> for details.', array(
'!doc_url' => 'http://drupal.org/node/195035',
)));
}