--- jsmath.module.org 2008-05-27 14:38:06.000000000 +0800 +++ jsmath.module 2008-05-27 15:14:29.000000000 +0800 @@ -246,11 +246,12 @@ */ function jsmath_init() { // Create javascript for setting jsMath options and loading jsMath + $jsmath_path = base_path() . drupal_get_path('module', 'jsmath') . '/jsMath'; $load = ""; + +"; // Write this javascript into the page header drupal_set_html_head($load);