function commentformsettings_install in Node and Comments Form Settings 6.2
Same name and namespace in other branches
- 6.3 commentformsettings/commentformsettings.install \commentformsettings_install()
- 7.3 commentformsettings/commentformsettings.install \commentformsettings_install()
- 7.2 commentformsettings/commentformsettings.install \commentformsettings_install()
Implementation of hook_install(). Display a welcome message
File
- commentformsettings/
commentformsettings.install, line 6
Code
function commentformsettings_install() {
drupal_set_message(t('Comments Form Settings is now installed. Customize your content types at <a href="@contenttypes">the content types settings page</a>.', array(
'@contenttypes' => url('admin/content/types'),
)));
}