You are here

function addtoany_install in AddToAny Share Buttons 7.4

Same name and namespace in other branches
  1. 8 addtoany.install \addtoany_install()
  2. 7 addtoany.module \addtoany_install()
  3. 7.3 addtoany.module \addtoany_install()

Implements hook_install().

File

./addtoany.module, line 11
Stand alone module file to handle AddToAny buttons integration

Code

function addtoany_install() {
  drupal_set_message(st("Your AddToAny settings are available under !link", array(
    '!link' => l('Configuration > Web services > AddToAny ', 'admin/config/services/addtoany'),
  )));
}