You are here

function fb_install in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 5.2 fb.install \fb_install()
  2. 5 fb.install \fb_install()
  3. 6.3 fb.install \fb_install()
  4. 6.2 fb.install \fb_install()
  5. 7.4 fb.install \fb_install()

File

./fb.install, line 125
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',
  )));
}