Index: quicktags.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/quicktags/quicktags.module,v retrieving revision 1.12 diff -u -d -b -w -r1.12 quicktags.module --- quicktags.module 30 May 2006 07:35:58 -0000 1.12 +++ quicktags.module 22 Jun 2006 23:26:52 -0000 @@ -66,7 +66,7 @@ //--> '; $ta_count++; - return theme('form_element', $element['#title'], $html); + return theme('form_element', $element, $html); } @@ -146,7 +146,7 @@ } function quicktags_javascript_prepare() { -$path = drupal_get_path('module', 'quicktags'); +$path = base_path().drupal_get_path('module', 'quicktags'); $output = <<');