function dfp_enable in Doubleclick for Publishers (DFP) 7.2
Same name and namespace in other branches
- 7 dfp.install \dfp_enable()
Implements hook_enable().
File
- ./
dfp.install, line 11 - Installation file for DFP module.
Code
function dfp_enable() {
$t = get_t();
if (!module_exists('token')) {
drupal_set_message($t('While it is not required, the Doubleclick for Publishers administration forms are vastly improved by using the <a href="http://drupal.org/project/token">token module</a>.'));
}
}