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