function ajax_quicktabs_preprocess_page in Ajax 6
Implementation of hook_preprocess_hook().
Parameters
variables Assoc:
Return value
Bool
File
- plugins/
quicktabs/ ajax_quicktabs.module, line 20
Code
function ajax_quicktabs_preprocess_page(&$variables) {
drupal_add_js(drupal_get_path('module', 'ajax_quicktabs') . '/ajax_quicktabs.js', 'theme');
return TRUE;
}