function adsense_install in Google AdSense integration 6
Same name and namespace in other branches
- 5.3 adsense.install \adsense_install()
- 5 adsense.install \adsense_install()
- 5.2 adsense.install \adsense_install()
- 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'),
)));
}