You are here

function ajax_wysiwyg_preprocess_page in Ajax 6

Implementation of hook_preprocess_hook().

Parameters

variables Assoc:

Return value

Bool

File

plugins/wysiwyg/ajax_wysiwyg.module, line 20

Code

function ajax_wysiwyg_preprocess_page(&$variables) {
  drupal_add_js(drupal_get_path('module', 'ajax_wysiwyg') . '/ajax_wysiwyg.js', 'theme');
  return TRUE;
}