You are here

function fb_tab_install in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_tab.install \fb_tab_install()

Implements hook_install()

File

./fb_tab.install, line 12
Installs database tables and settings required by fb_tab module.

Code

function fb_tab_install() {
  drupal_set_message(st('Facebook Tab module installed.', array(
    '!perm' => url('admin/people/permissions'),
    '!create' => url('admin/structure/fb'),
  )));
}