You are here

function adsense_install in Google AdSense integration 6

Same name and namespace in other branches
  1. 5.3 adsense.install \adsense_install()
  2. 5 adsense.install \adsense_install()
  3. 5.2 adsense.install \adsense_install()
  4. 7 adsense.install \adsense_install()

Implementation of hook_install().

File

./adsense.install, line 11
Install file of the adsense module.

Code

function adsense_install() {
  drupal_set_message(st("AdSense settings are available under !link", array(
    '!link' => l(st('Administer > Site configuration > AdSense'), 'admin/settings/adsense'),
  )));
}