You are here

function sms_sendtophone_init in SMS Framework 6.2

Implementation of hook_init().

File

modules/sms_sendtophone/sms_sendtophone.module, line 6

Code

function sms_sendtophone_init() {
  drupal_add_css(drupal_get_path('module', 'sms_sendtophone') . '/sms_sendtophone.css');
  if (module_exists('thickbox')) {
    drupal_add_js(drupal_get_path('module', 'sms_sendtophone') . '/sms_sendtophone.js');
  }
}