function simplenews_init in Simplenews 7.2
Same name and namespace in other branches
- 5 simplenews.module \simplenews_init()
- 6.2 simplenews.module \simplenews_init()
- 6 simplenews.module \simplenews_init()
- 7 simplenews.module \simplenews_init()
Implements hook_init().
@todo move this to a specific form theme function ?
File
- ./
simplenews.module, line 103 - Simplenews node handling, sent email, newsletter block and general hooks
Code
function simplenews_init() {
drupal_add_css(drupal_get_path('module', 'simplenews') . '/simplenews.css', array(
'every_page' => TRUE,
));
}