function nodewords_og_install in Nodewords: D6 Meta Tags 6
Implements hook_install().
File
- nodewords_og/
nodewords_og.install, line 10 - Installation file for nodewords_og.module.
Code
function nodewords_og_install() {
drupal_set_message(t("Please see the README.txt file included with the Nodewords module for instructions on customizing the theme to make the Open Graph tags work correctly."), 'warning');
}