Index: moviereview.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/moviereview/moviereview.module,v retrieving revision 1.5 diff -r1.5 moviereview.module 238c238 < $output = form_textfield(t('Style sheet'), "moviereview_css", variable_get('moviereview_css', 'modules/moviereview/moviereview.css'), 70, 255, t("Specify the relative path to your moviereview style sheet. The style sheet specified here will be used to style your moviereview pages. If you prefer to style your moviereview pages in your theme, you can leave this field blank. ". $error['moviereview_css'])); --- > $output = form_textfield(t('Style sheet'), "moviereview_css", variable_get('moviereview_css', 'modules/moviereview/moviereview.css'), 70, 255, t("Specify the relative path to your moviereview style sheet. The style sheet specified here will be used to style your moviereview pages. If you prefer to style your moviereview pages in your theme, you can leave this field blank. "). $error['moviereview_css']);