You are here

function hosting_client_init in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 client/hosting_client.module \hosting_client_init()
  2. 7.4 client/hosting_client.module \hosting_client_init()

Implements hook_init().

File

client/hosting_client.module, line 12

Code

function hosting_client_init() {
  drupal_add_css(drupal_get_path('module', 'hosting_client') . '/hosting_client.css');
}