function accordions_enable in Accordions 7
Implements hook_enable().
File
- ./
accordions.install, line 67
Code
function accordions_enable() {
drupal_set_message(t('<a href="!link">Configure the allowed types of accordions</a> and then edit/configure some content of those types to make them into accordions.', array(
'!link' => url('admin/config/user-interface/accordions'),
)), 'warning');
}