You are here

function ckeditor_responsive_plugin_enable in CKEditor Responsive Plugin 7

Display a message after the module installation. Implements hook_enable().

File

./ckeditor_responsive_plugin.install, line 11
Install, update, and uninstall functions for the module.

Code

function ckeditor_responsive_plugin_enable() {
  drupal_set_message(t('The Responsive Area plugin is now enable, please add the
   corresponding module on CKEditor toolbar.'));
}