You are here

function linkedin_auth_init in LinkedIn Integration 7

Same name and namespace in other branches
  1. 6 linkedin_auth/linkedin_auth.module \linkedin_auth_init()

Implements hook_init().

File

linkedin_auth/linkedin_auth.module, line 11
Implement LinkedIn Authentication service for user login

Code

function linkedin_auth_init() {
  module_load_include('pages.inc', 'linkedin_auth');
  drupal_add_css(drupal_get_path('module', 'linkedin_auth') . '/linkedin_auth.css');
}