You are here

function simplenews_init in Simplenews 7.2

Same name and namespace in other branches
  1. 5 simplenews.module \simplenews_init()
  2. 6.2 simplenews.module \simplenews_init()
  3. 6 simplenews.module \simplenews_init()
  4. 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,
  ));
}