| 1 |
<?php |
<?php |
| 2 |
|
/** |
| 3 |
|
* Implementation of hook_install() |
| 4 |
|
*/ |
| 5 |
|
function iedestroyer_install() { |
| 6 |
|
drupal_set_message(st('IE Destroyer has been installed. Please proceed to <a href="!settings">the settings page</a> and <a href="!permissions">set up the permissions</a> to get started.', array('!settings' => url('admin/settings/iedestroyer'), '!permissions' => url('/admin/user/access', NULL, 'module-iedestroyer')))); |
| 7 |
|
} |
| 8 |
|
|
| 9 |
/** |
/** |
| 10 |
* Implementation of hook_uninstall() |
* Implementation of hook_uninstall() |